We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33a689e commit ef783ffCopy full SHA for ef783ff
cd/00_setup_env_mac.sh
@@ -7,9 +7,9 @@
7
export LC_ALL=C.UTF-8
8
9
export CONTAINER_NAME=ci_macos_cross
10
-export DOCKER_NAME_TAG=ubuntu:20.04
+export DOCKER_NAME_TAG=ubuntu:24.04
11
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"
+export PACKAGES="clang lld llvm cmake imagemagick libcap-dev librsvg2-bin libz-dev libbz2-dev libtiff-tools python3-dev python3-setuptools xorriso"
13
export XCODE_VERSION=15.0
14
export XCODE_BUILD_ID=15A240d
15
export GRIDCOIN_CONFIG="--with-gui --enable-reduce-exports"
0 commit comments