aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Giessen <charles@lunarg.com>2025-08-29 10:52:48 -0500
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>2025-08-29 11:08:12 -0500
commit6550bddbd43626fdc8bbea959e3b077f48baa661 (patch)
tree4ad5464943a343a1fd63c1995ced513f95d8c257
parent037423da2b2a84f330cb037699ef604ba0d0c94f (diff)
downloadusermoji-6550bddbd43626fdc8bbea959e3b077f48baa661.tar.xz
Disable MacOS CI warnings as errors
Stops a deprecation notice from failing CI jobs for the time being while an upgrade is written.
-rw-r--r--.github/workflows/tools.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml
index 4b4f7327..29223b95 100644
--- a/.github/workflows/tools.yml
+++ b/.github/workflows/tools.yml
@@ -157,7 +157,7 @@ jobs:
- name: Add ccache to PATH
run: echo "/usr/lib/ccache:/usr/local/opt/ccache/libexec" >> $GITHUB_PATH
- - run: cmake -S. -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -D UPDATE_DEPS=ON -D INSTALL_ICD=ON -D BUILD_TESTS=ON -D ENABLE_ADDRESS_SANITIZER=ON -D BUILD_WERROR=ON
+ - run: cmake -S. -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -D UPDATE_DEPS=ON -D INSTALL_ICD=ON -D BUILD_TESTS=ON -D ENABLE_ADDRESS_SANITIZER=ON -D BUILD_WERROR=OFF # Disable warnings as unavoidable deprecation notice causes CI to fail
- run: cmake --build build