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 e4e839b commit 119dabbCopy full SHA for 119dabb
.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-amaro" "--without-inspector" "--without-node-options" "--without-sqlite"]'' \' || '\' }}
+ ${{ endsWith(matrix.system, '-darwin') && '--arg extraConfigFlags ''["--without-amaro" "--without-inspector" "--without-node-options"]'' \' || '\' }}
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