Skip to content

Commit

Permalink
[ci] Schedule the builds with debug clang earlier.
Browse files Browse the repository at this point in the history
This way we can utilize the github actions parallelism as this build takes
longer.
  • Loading branch information
vgvassilev committed Feb 16, 2024
1 parent 1d0d877 commit 24ff43f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ jobs:
compiler: msvc
clang-runtime: '16'

- name: ubu22-clang15-runtime16-debug
os: ubuntu-22.04
compiler: clang-15
clang-runtime: '16'
debug_build: true

- name: ubu20-gcc7-runtime11-analyzers
os: ubuntu-20.04
compiler: gcc-7
Expand Down Expand Up @@ -387,12 +393,6 @@ jobs:
compiler: clang-15
clang-runtime: '16'

- name: ubu22-clang15-runtime16-debug
os: ubuntu-22.04
compiler: clang-15
clang-runtime: '16'
debug_build: true

- name: ubuntu-clang15-runtime16-doc
os: ubuntu-latest
compiler: clang-15
Expand Down

0 comments on commit 24ff43f

Please sign in to comment.