Skip to content

Commit c5612fc

Browse files
authored
ci bigsur (#479)
Signed-off-by: turuslan <[email protected]>
1 parent d2f8564 commit c5612fc

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/asan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
3131
- name: install
3232
run: |
33+
echo "LIBRARY_PATH=$LIBRARY_PATH:/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib" >> $GITHUB_ENV
3334
brew install ninja llvm pkg-config libb2 hwloc
3435
sudo python3 -m pip install --upgrade pip
3536
sudo python3 -m pip install scikit-build cmake requests gitpython gcovr pyyaml

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
run: |
5858
set -e
5959
if [ "$RUNNER_OS" = "macOS" ]; then
60+
echo "LIBRARY_PATH=$LIBRARY_PATH:/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib" >> $GITHUB_ENV
6061
brew install ninja pkg-config libb2 hwloc
6162
else
6263
sudo apt-get update

.github/workflows/tsan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
3131
- name: install
3232
run: |
33+
echo "LIBRARY_PATH=$LIBRARY_PATH:/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib" >> $GITHUB_ENV
3334
brew install ninja llvm pkg-config libb2 hwloc
3435
sudo python3 -m pip install --upgrade pip
3536
sudo python3 -m pip install scikit-build cmake requests gitpython gcovr pyyaml

.github/workflows/ubsan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
3131
- name: install
3232
run: |
33+
echo "LIBRARY_PATH=$LIBRARY_PATH:/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib" >> $GITHUB_ENV
3334
brew install ninja llvm pkg-config libb2 hwloc
3435
sudo python3 -m pip install --upgrade pip
3536
sudo python3 -m pip install scikit-build cmake requests gitpython gcovr pyyaml

0 commit comments

Comments
 (0)