Skip to content

Commit 119dabb

Browse files
committed
fixup! tools: disable more options in shared-macos gha
1 parent e4e839b commit 119dabb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-shared.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
--arg ccache '(import <nixpkgs> {}).sccache' \
165165
--arg devTools '[]' \
166166
--arg benchmarkTools '[]' \
167-
${{ endsWith(matrix.system, '-darwin') && '--arg extraConfigFlags ''["--without-amaro" "--without-inspector" "--without-node-options" "--without-sqlite"]'' \' || '\' }}
167+
${{ endsWith(matrix.system, '-darwin') && '--arg extraConfigFlags ''["--without-amaro" "--without-inspector" "--without-node-options"]'' \' || '\' }}
168168
--run '
169169
make -C "$TAR_DIR" run-ci -j4 V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9 --skip-tests=$CI_SKIP_TESTS"
170170
'

0 commit comments

Comments
 (0)