We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9006e4b commit 34e2100Copy full SHA for 34e2100
.github/workflows/pull.yml
@@ -59,7 +59,8 @@ jobs:
59
docker-image: executorch-ubuntu-22.04-gcc11-aarch64
60
- runner: linux.arm64.2xlarge
61
docker-image: executorch-ubuntu-22.04-clang12
62
- - runner: linux.arm64.2xlarge # TODO: Need to figure out why buck2 doesnt work on Graviton instances.
+ # TODO: Need to figure out why buck2 doesnt work on Graviton instances.
63
+ - runner: linux.arm64.2xlarge
64
build-tool: buck2
65
fail-fast: false
66
with:
0 commit comments