Skip to content

Commit

Permalink
move clang14_debug job from azure to GH actions to avoid running out …
Browse files Browse the repository at this point in the history
…of disk space
  • Loading branch information
rhornung67 committed Oct 10, 2024
1 parent 285d6c0 commit 3dfbe3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
build_docker:
strategy:
matrix:
target: [gcc12_debug, gcc13, clang13, clang15, rocm6, rocm6_desul, intel2024, intel2024_debug, intel2024_sycl]
target: [gcc12_debug, gcc13, clang13, clang14_debug, clang15, rocm6, rocm6_desul, intel2024, intel2024_debug, intel2024_sycl]
runs-on: ubuntu-latest
steps:
- run: |
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
docker_target: gcc12
gcc12_desul:
docker_target: gcc12_desul
clang14_debug:
docker_target: clang14_debug
## clang14_debug:
## docker_target: clang14_debug
clang15_desul:
docker_target: clang15_desul
pool:
Expand Down

0 comments on commit 3dfbe3e

Please sign in to comment.