bump versions of SDK in MacOS CI jobs (#8439)

* bump versions of SDK in MacOS CI jobs

* info gathering

* the fun never ends

* just to trigger a rebuild

* just to trigger a rebuild
This commit is contained in:
Greg Landrum
2025-04-15 13:57:46 +02:00
committed by GitHub
parent 4ea67c70a5
commit 5d31d50122
3 changed files with 10 additions and 2 deletions

View File

@@ -33,6 +33,10 @@ steps:
export CONDA=/tmp/miniforge
source ${CONDA}/etc/profile.d/conda.sh
conda activate rdkit_build
ls -l /Library
ls -l /Library/Developer
ls -l /Library/Developer/CommandLineTools
ls -l /Library/Developer/CommandLineTools/SDKs
export SDKROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX$(target_platform).sdk
export CONDA_BUILD_SYSROOT=${SDKROOT}
export CXXFLAGS="${CXXFLAGS} -Wall -Wextra -Werror"

View File

@@ -30,6 +30,10 @@ steps:
export CONDA=/tmp/miniforge
source ${CONDA}/etc/profile.d/conda.sh
conda activate rdkit_build
ls -l /Library
ls -l /Library/Developer
ls -l /Library/Developer/CommandLineTools
ls -l /Library/Developer/CommandLineTools/SDKs
export SDKROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX$(target_platform).sdk
export CONDA_BUILD_SYSROOT=${SDKROOT}
mkdir build && cd build && \

View File

@@ -53,7 +53,7 @@ jobs:
compiler_version: 16
boost_version: 1.84
number_of_cores: sysctl -n hw.ncpu
target_platform: 14.5
target_platform: 15.2
python: python=3.11
steps:
- template: .azure-pipelines/mac_build.yml
@@ -66,7 +66,7 @@ jobs:
compiler_version: 16
boost_version: 1.84
number_of_cores: sysctl -n hw.ncpu
target_platform: 14.5
target_platform: 15.2
steps:
- template: .azure-pipelines/mac_build_java.yml
- job: Windows_VS2022_x64