Skip to content

Commit 930e67b

Browse files
committed
WIP: make simpler ci build.
Signed-off-by: apradhana <[email protected]>
1 parent eb88c84 commit 930e67b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ jobs:
7777
matrix:
7878
config:
7979
- { cxx: clang++, image: '2024', abi: '12', build: 'Release', cmake: '' }
80-
- { cxx: g++, image: '2024', abi: '12', build: 'Release', cmake: '' }
81-
- { cxx: clang++, image: '2024', abi: '12', build: 'Debug', cmake: '' }
82-
- { cxx: clang++, image: '2023', abi: '11', build: 'Release', cmake: '-DDISABLE_DEPENDENCY_VERSION_CHECKS=ON' }
83-
- { cxx: g++, image: '2023', abi: '11', build: 'Release', cmake: '-DDISABLE_DEPENDENCY_VERSION_CHECKS=ON' }
80+
# - { cxx: g++, image: '2024', abi: '12', build: 'Release', cmake: '' }
81+
# - { cxx: clang++, image: '2024', abi: '12', build: 'Debug', cmake: '' }
82+
# - { cxx: clang++, image: '2023', abi: '11', build: 'Release', cmake: '-DDISABLE_DEPENDENCY_VERSION_CHECKS=ON' }
83+
# - { cxx: g++, image: '2023', abi: '11', build: 'Release', cmake: '-DDISABLE_DEPENDENCY_VERSION_CHECKS=ON' }
8484
fail-fast: false
8585
steps:
8686
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)