Skip to content

Commit ef783ff

Browse files
committed
cd: add clang for darwin cross job
See 7b6007f.
1 parent 33a689e commit ef783ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cd/00_setup_env_mac.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
export LC_ALL=C.UTF-8
88

99
export CONTAINER_NAME=ci_macos_cross
10-
export DOCKER_NAME_TAG=ubuntu:20.04
10+
export DOCKER_NAME_TAG=ubuntu:24.04
1111
export HOST=x86_64-apple-darwin
12-
export PACKAGES="cmake imagemagick libcap-dev librsvg2-bin libz-dev libbz2-dev libtiff-tools libtinfo5 python3-dev python3-setuptools xorriso"
12+
export PACKAGES="clang lld llvm cmake imagemagick libcap-dev librsvg2-bin libz-dev libbz2-dev libtiff-tools python3-dev python3-setuptools xorriso"
1313
export XCODE_VERSION=15.0
1414
export XCODE_BUILD_ID=15A240d
1515
export GRIDCOIN_CONFIG="--with-gui --enable-reduce-exports"

0 commit comments

Comments
 (0)