diff options
| author | Nathan Moinvaziri <nathan@nathanm.com> | 2026-01-26 00:45:07 -0800 |
|---|---|---|
| committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2026-02-06 14:52:54 +0100 |
| commit | 6b6d1dd8bea5e40b70739717d7176bbae7e0ec57 (patch) | |
| tree | a8c021c69a7a2951adf5ad0399bfdaee35fd3d1d /.github | |
| parent | f83e189ab5857abb1d83412bc1f03081789c1853 (diff) | |
| download | Project-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.yml | 14 |
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 |
