Skip to content

Commit e4e839b

Browse files
committed
tools: disable more options in shared-macos gha
We currently have no CI that run the tests with those options. Rather than introducing an additional job, we can reuse that job which is already kinda redundant anyway.
1 parent 6a1a3ba commit e4e839b

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-inspector"]'' \' || '\' }}
167+
${{ endsWith(matrix.system, '-darwin') && '--arg extraConfigFlags ''["--without-amaro" "--without-inspector" "--without-node-options" "--without-sqlite"]'' \' || '\' }}
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)