Skip to content

Commit 078fdaa

Browse files
committed
Disable linux aarch64
1 parent 2b39b45 commit 078fdaa

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -248,16 +248,6 @@ jobs:
248248
"prepare-llvm": "../script/prepare-llvm-mingw.sh lean-llvm*",
249249
"binary-check": "ldd"
250250
},
251-
{
252-
"name": "Linux aarch64",
253-
"os": "nscloud-ubuntu-22.04-arm64-4x16",
254-
"CMAKE_OPTIONS": "-DLEAN_INSTALL_SUFFIX=-linux_aarch64",
255-
"release": true,
256-
"check-level": 2,
257-
"shell": "nix develop .#oldGlibcAArch -c bash -euxo pipefail {0}",
258-
"llvm-url": "https://github.com/leanprover/lean-llvm/releases/download/19.1.2/lean-llvm-aarch64-linux-gnu.tar.zst",
259-
"prepare-llvm": "../script/prepare-llvm-linux.sh lean-llvm*"
260-
},
261251
// Started running out of memory building expensive modules, a 2GB heap is just not that much even before fragmentation
262252
//{
263253
// "name": "Linux 32bit",

0 commit comments

Comments
 (0)