Skip to content

Commit

Permalink
fix: GoogleContainerTools#137 breaks tests in arm64
Browse files Browse the repository at this point in the history
9a7d2e8 added a manifest for clang with only amd64 and the @clang//clang
target fails to build in arm64.
  • Loading branch information
jjmaestro committed Dec 16, 2024
1 parent 81c2dfd commit 0684e12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apt/tests/resolution/clang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ sources:
url: https://snapshot.ubuntu.com/ubuntu/20240301T030400Z
archs:
- "amd64"
- "arm64"

packages:
- "clang"

0 comments on commit 0684e12

Please sign in to comment.