Skip to content

Commit 34e2100

Browse files
committed
Add back linux jobs
1 parent 9006e4b commit 34e2100

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ jobs:
5959
docker-image: executorch-ubuntu-22.04-gcc11-aarch64
6060
- runner: linux.arm64.2xlarge
6161
docker-image: executorch-ubuntu-22.04-clang12
62-
- runner: linux.arm64.2xlarge # TODO: Need to figure out why buck2 doesnt work on Graviton instances.
62+
# TODO: Need to figure out why buck2 doesnt work on Graviton instances.
63+
- runner: linux.arm64.2xlarge
6364
build-tool: buck2
6465
fail-fast: false
6566
with:

0 commit comments

Comments
 (0)