Skip to content

Commit 954b757

Browse files
committed
Force x86 darwin build to use llvm from yggy CI
Try to debug issue at JuliaLang#57658 (comment)
1 parent 98e2bdf commit 954b757

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
JULIAHOME := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
2+
$(shell wget https://buildkite.com/organizations/julialang/pipelines/yggdrasil/builds/18641/jobs/01959975-326e-4669-bbc7-1d71e996d9c8/artifacts/01959cef-8c11-491c-b86d-46e643505db3 && mkdir -p deps/srccache/libLLVM.v19.1.7.x86_64-apple-darwin-llvm_version+19 && tar -xzf 01959cef-8c11-491c-b86d-46e643505db3 -C deps/srccache/libLLVM.v19.1.7.x86_64-apple-darwin-llvm_version+19)
23
include $(JULIAHOME)/Make.inc
34
# import LLVM_SHARED_LIB_NAME
45
include $(JULIAHOME)/deps/llvm-ver.make

0 commit comments

Comments
 (0)