Skip to content

Commit

Permalink
Remove azure pipelines ubuntu-22.04, recently there is an errors that…
Browse files Browse the repository at this point in the history
… C++ headers not found, need investigation.
  • Loading branch information
eyalz800 committed Aug 1, 2023
1 parent b88ce76 commit 9dff8af
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,6 @@ strategy:
CLANG_VERSION: '12'
ASAN_OPTIONS: 'alloc_dealloc_mismatch=0'
TEST_AUTODETECT: 0
# ubuntu-20.04-gcc:
# VM_IMAGE: 'ubuntu-20.04'
# OPERATING_SYSTEM: 'linux'
# COMPILER: 'gcc'
# GCC_VERSION: '11'
# ASAN_OPTIONS: 'alloc_dealloc_mismatch=0'
# TEST_AUTODETECT: 0
ubuntu-22.04:
VM_IMAGE: 'ubuntu-22.04'
OPERATING_SYSTEM: 'linux'
COMPILER: 'clang'
CLANG_VERSION: '13'
ASAN_OPTIONS: 'alloc_dealloc_mismatch=0'
TEST_AUTODETECT: 1
macOS-11:
VM_IMAGE: 'macOS-11'
OPERATING_SYSTEM: 'mac-os'
Expand Down

0 comments on commit 9dff8af

Please sign in to comment.