From 0a6186499fd31c1490a5c786e945c6c424b5e44e Mon Sep 17 00:00:00 2001 From: Bryan Gerlach Date: Mon, 30 Sep 2024 09:35:10 -0500 Subject: [PATCH] linux --- .github/workflows/generator-linux.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/generator-linux.yml b/.github/workflows/generator-linux.yml index 9333660..93897a2 100644 --- a/.github/workflows/generator-linux.yml +++ b/.github/workflows/generator-linux.yml @@ -107,14 +107,14 @@ jobs: deb_arch: amd64, vcpkg-triplet: x64-linux, } - - { - arch: aarch64, - target: aarch64-unknown-linux-gnu, - distro: ubuntu18.04, - on: [self-hosted, Linux, ARM64], - deb_arch: arm64, - vcpkg-triplet: arm64-linux, - } + # - { + # arch: aarch64, + # target: aarch64-unknown-linux-gnu, + # distro: ubuntu18.04, + # on: [self-hosted, Linux, ARM64], + # deb_arch: arm64, + # vcpkg-triplet: arm64-linux, + # } steps: - name: Export GitHub Actions cache environment variables uses: actions/github-script@v6 @@ -126,9 +126,9 @@ jobs: - name: Maximize build space if: ${{ matrix.job.arch == 'x86_64' }} run: | - # sudo rm -rf /opt/ghc - # sudo rm -rf /usr/local/lib/android - # sudo rm -rf /usr/share/dotnet + sudo rm -rf /opt/ghc + sudo rm -rf /usr/local/lib/android + sudo rm -rf /usr/share/dotnet sudo apt-get update -y sudo apt-get install -y nasm qemu-user-static