8000
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.
--without-amaro
1 parent 22d3e85 commit 47b7cb4Copy full SHA for 47b7cb4
.github/workflows/test-shared.yml
@@ -164,7 +164,7 @@ jobs:
164
--arg ccache '(import <nixpkgs> {}).sccache' \
165
--arg devTools '[]' \
166
--arg benchmarkTools '[]' \
167
- ${{ endsWith(matrix.system, '-darwin') && '--arg extraConfigFlags ''["--without-inspector"]'' \' || '\' }}
+ ${{ endsWith(matrix.system, '-darwin') && '--arg extraConfigFlags ''["--without-amaro" "--without-inspector"]'' \' || '\' }}
168
--run '
169
make -C "$TAR_DIR" run-ci -j4 V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9 --skip-tests=$CI_SKIP_TESTS"
170
'
0 commit comments