mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-25 07:42:36 +00:00
verbosity for pkg build and error catching
Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -126,7 +126,7 @@ jobs:
|
||||
- name: Build Packages
|
||||
# Skip s390x as emulation is unreliable
|
||||
run: |
|
||||
make OPTIONS="--skip-platforms linux/s390x" -C pkg build
|
||||
make OPTIONS="-v --skip-platforms linux/s390x" -C pkg build
|
||||
|
||||
test_packages:
|
||||
name: Packages Tests
|
||||
|
||||
Reference in New Issue
Block a user