Update ci-builds.yml

disable clang builds at this stage

Signed-off-by: Miro Stauder <miro@proxysql.com>
fix/3p-ci-error-handling
Miro Stauder 11 months ago committed by GitHub
parent cfa7bb24af
commit 2a92b6ae37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -60,16 +60,18 @@ jobs:
# debian12 is needed for 3p testing
- dist: 'debian12'
type: ''
- dist: 'opensuse15'
type: '-clang'
# - dist: 'opensuse15'
# type: '-clang'
# - dist: 'ubuntu16'
# type: ''
# ubuntu22 is needed for TAP testing
- dist: 'ubuntu22'
type: '-tap'
# ubuntu22 is needed for ASAN TAP testing
- dist: 'ubuntu22'
type: '-tap-asan'
- dist: 'ubuntu22'
type: '-clang'
# - dist: 'ubuntu22'
# type: '-clang'
# - dist: 'ubuntu22'
# type: '-clang-tap'
# - dist: 'ubuntu22'

Loading…
Cancel
Save