Skip to content

Commit cb1be4f

Browse files
committed
add llvm.link-shared=true
1 parent e8e909c commit cb1be4f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/ci/github-actions/jobs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,8 @@ auto:
540540
./x.py test distcheck
541541
--host=aarch64-apple-darwin
542542
--target=aarch64-apple-darwin
543+
DISTCHECK_CONFIGURE_ARGS: >-
544+
--set llvm.link-shared=true
543545
# Aarch64 tooling only needs to support macOS 11.0 and up as nothing else
544546
# supports the hardware.
545547
MACOSX_DEPLOYMENT_TARGET: 11.0

0 commit comments

Comments
 (0)