summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNathan Moinvaziri <nathan@nathanm.com>2026-01-26 00:45:07 -0800
committerHans Kristian Rosbach <hk-github@circlestorm.org>2026-02-06 14:52:54 +0100
commit6b6d1dd8bea5e40b70739717d7176bbae7e0ec57 (patch)
treea8c021c69a7a2951adf5ad0399bfdaee35fd3d1d /.github
parentf83e189ab5857abb1d83412bc1f03081789c1853 (diff)
downloadProject-Tick-6b6d1dd8bea5e40b70739717d7176bbae7e0ec57.tar.gz
Project-Tick-6b6d1dd8bea5e40b70739717d7176bbae7e0ec57.zip
Remove build script compiler checks for ctz builtins
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cmake.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index be128122aa..135bd5088e 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -92,20 +92,6 @@ jobs:
cmake-args: -DWITH_CHORBA=OFF
codecov: ubuntu_gcc_no_chorba
- - name: Ubuntu GCC No CTZLL
- os: ubuntu-latest
- compiler: gcc
- cxx-compiler: g++
- cmake-args: -DWITH_OPTIM=OFF -DHAVE_BUILTIN_CTZLL=OFF
- codecov: ubuntu_gcc_no_ctzll
-
- - name: Ubuntu GCC No CTZ
- os: ubuntu-latest
- compiler: gcc
- cxx-compiler: g++
- cmake-args: -DWITH_OPTIM=OFF -DHAVE_BUILTIN_CTZLL=OFF -DHAVE_BUILTIN_CTZ=OFF
- codecov: ubuntu_gcc_no_ctz
-
- name: Ubuntu GCC SSE2 UBSAN
os: ubuntu-latest
compiler: gcc