Skip to content

Commit

Permalink
[CI] Temporarily disable gcc configurations
Browse files Browse the repository at this point in the history
gcc builds are broken by updstream LLVM changes.
This should be reverted once LLVM cmake is fixed and the llvm-project
submodule is bumped.

Issue: #1645
  • Loading branch information
kuhar authored and amdrexu committed Jan 25, 2022
1 parent b6c6c58 commit 7a81174
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-amdvlk-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
image-template: ["gcr.io/stadia-open-source/amdvlk_%s%s:nightly"]
branch: [dev]
config: [Release]
feature-set: ["+gcc", "+gcc+assertions",
"+clang", "+clang+coverage",
feature-set: ["+clang", "+clang+coverage",
"+clang+shadercache+coverage+assertions",
"+clang+shadercache+ubsan+asan",
"+clang+shadercache+ubsan+asan+assertions",
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/check-amdllpc-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
host-os: ["ubuntu-20.04"]
image-template: ["gcr.io/stadia-open-source/amdvlk_%s%s:nightly"]
config: [Release]
feature-set: ["+gcc", "+gcc+assertions",
"+clang", "+clang+coverage",
feature-set: ["+clang", "+clang+coverage",
"+clang+shadercache+coverage+assertions",
"+clang+shadercache+ubsan+asan",
"+clang+shadercache+ubsan+asan+assertions",
Expand Down

0 comments on commit 7a81174

Please sign in to comment.