Compare commits

..

2 commits

Author SHA1 Message Date
46b0537e2c
test-packaging.yaml: Split up build step into deps, static pre-check and actual buil
Signed-off-by: Jan Lindemann <jan@janware.com>
2026-06-08 17:39:34 +02:00
8bb87b7728
test-packaging.yaml: Omit prerequisite step for jw-pkg

Don't build and install jw-pkg official before a jw-pkg test build. jw-pkg should be self-contained enough to be able to build itself.

Signed-off-by: Jan Lindemann <jan@janware.com>
2026-06-08 17:01:03 +02:00

View file

@ -41,7 +41,7 @@ jobs:
make -C build-jw-foss pkg-install-release-deps
OFFLINE=true make -C build-jw-foss pkg-rebuild-reinstall
- name: Install test-build dependencies
- name: Install test dependencies
shell: bash
run: |
set -euxo pipefail