We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a5d77 commit d52aec5Copy full SHA for d52aec5
.github/workflows/ubuntu-ci-x86_64-gnu.yaml
@@ -196,7 +196,7 @@ jobs:
196
echo "# nothing" >> ${SPACK_STACK_DIR}/envs/chaintest/common/packages.yaml
197
spack stack create env --name chaintest3 --site linux.default --compiler gcc --upstream ${SPACK_STACK_DIR}/envs/chaintest/install 2>&1 | tee stderr.txt
198
cnt=$(grep -c "WARNING.*do not match" stderr.txt || true)
199
- if [ $cnt -ne 2 ]; then echo "Missing 'create env' warnings"; exit 1; fi
+ if [ $cnt -lt 3 ]; then echo "Missing 'create env' warnings"; exit 1; fi
200
201
- name: test-env
202
run: |
0 commit comments