Skip to content

Commit

Permalink
ci: add clang for darwin cross job
Browse files Browse the repository at this point in the history
Needed now since FORCE_USE_SYSTEM_CLANG is removed and system clang is
mandatory.
  • Loading branch information
div72 committed Sep 23, 2024
1 parent 2b907f8 commit b675c87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/test/00_setup_env_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
export LC_ALL=C.UTF-8

export CONTAINER_NAME=ci_macos_cross
export DOCKER_NAME_TAG=ubuntu:20.04 # Check that Focal can cross-compile to macos
export DOCKER_NAME_TAG=ubuntu:24.04
export HOST=x86_64-apple-darwin
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"
export XCODE_VERSION=15.0
export XCODE_BUILD_ID=15A240d
export RUN_UNIT_TESTS=false
Expand Down

0 comments on commit b675c87

Please sign in to comment.