Skip to content

Commit

Permalink
Update verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
reubeno committed Nov 15, 2024
1 parent 35b8e5f commit 12ea7c3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/check-manifests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:

- name: Check x86_64 manifests
run: |
set -x
echo ##########
echo "Ensure toolchain and pkggen manifests (./toolkit/resources/manifests/package/*) match the versions in the .spec files"
echo "Run './scripts/toolchain/check_manifests.sh -a "x86_64"' and './scripts/check_tools_metapackages.sh -a "x86_64"' to validate locally"
Expand All @@ -45,13 +44,12 @@ jobs:
- name: Check aarch64 manifests
run: |
set -x
echo ##########
echo "Ensure toolchain and pkggen manifests (./toolkit/resources/manifests/package/*) match the versions in the .spec files"
echo "Run './scripts/toolchain/check_manifests.sh -a "aarch64"' and './scripts/check_tools_metapackages.sh -a "aarch64"' to validate locally"
echo ##########
pushd toolkit
./scripts/toolchain/check_manifests.sh -a "aarch64"
./scripts/toolchain/check_tools_metapackages.sh -a "aarch64"
./scripts/toolchain/check_tools_metapackages.sh -v -a "aarch64"
popd
if: always()

0 comments on commit 12ea7c3

Please sign in to comment.