Loading .gitea/workflows/linux-aarch64-gcc.yml +12 −12 Original line number Diff line number Diff line Loading @@ -40,8 +40,8 @@ jobs: - name: install-qemu-build-deps if: steps.cache-qemu.outputs.cache-hit != 'true' run: | sudo apt-get update sudo apt-get install autoconf automake autotools-dev ninja-build sudo apt-get update -y sudo apt-get install -y autoconf automake autotools-dev ninja-build - name: checkout-qemu if: steps.cache-qemu.outputs.cache-hit != 'true' run: | Loading @@ -64,8 +64,8 @@ jobs: make install - name: aarch64-gnu-toolchain run: | sudo apt-get update sudo apt-get install cmake make g++-aarch64-linux-gnu sudo apt-get update -y sudo apt-get install -y cmake make g++-aarch64-linux-gnu - name: build run: | mkdir build && cd build Loading @@ -89,8 +89,8 @@ jobs: - name: install-qemu-build-deps if: steps.cache-qemu.outputs.cache-hit != 'true' run: | sudo apt-get update sudo apt-get install autoconf automake autotools-dev ninja-build sudo apt-get update -y sudo apt-get install -y autoconf automake autotools-dev ninja-build - name: checkout-qemu if: steps.cache-qemu.outputs.cache-hit != 'true' run: | Loading @@ -113,8 +113,8 @@ jobs: make install - name: aarch64-gnu-toolchain run: | sudo apt-get update sudo apt-get install cmake make g++-aarch64-linux-gnu sudo apt-get update -y sudo apt-get install -y cmake make g++-aarch64-linux-gnu - name: build run: | mkdir build && cd build Loading @@ -138,8 +138,8 @@ jobs: - name: install-qemu-build-deps if: steps.cache-qemu.outputs.cache-hit != 'true' run: | sudo apt-get update sudo apt-get install autoconf automake autotools-dev ninja-build sudo apt-get update -y sudo apt-get install -y autoconf automake autotools-dev ninja-build - name: checkout-qemu if: steps.cache-qemu.outputs.cache-hit != 'true' run: | Loading @@ -162,8 +162,8 @@ jobs: make install - name: aarch64-gnu-toolchain run: | sudo apt-get update sudo apt-get install cmake make g++-aarch64-linux-gnu sudo apt-get update -y sudo apt-get install -y cmake make g++-aarch64-linux-gnu - name: build run: | mkdir build && cd build Loading Loading
.gitea/workflows/linux-aarch64-gcc.yml +12 −12 Original line number Diff line number Diff line Loading @@ -40,8 +40,8 @@ jobs: - name: install-qemu-build-deps if: steps.cache-qemu.outputs.cache-hit != 'true' run: | sudo apt-get update sudo apt-get install autoconf automake autotools-dev ninja-build sudo apt-get update -y sudo apt-get install -y autoconf automake autotools-dev ninja-build - name: checkout-qemu if: steps.cache-qemu.outputs.cache-hit != 'true' run: | Loading @@ -64,8 +64,8 @@ jobs: make install - name: aarch64-gnu-toolchain run: | sudo apt-get update sudo apt-get install cmake make g++-aarch64-linux-gnu sudo apt-get update -y sudo apt-get install -y cmake make g++-aarch64-linux-gnu - name: build run: | mkdir build && cd build Loading @@ -89,8 +89,8 @@ jobs: - name: install-qemu-build-deps if: steps.cache-qemu.outputs.cache-hit != 'true' run: | sudo apt-get update sudo apt-get install autoconf automake autotools-dev ninja-build sudo apt-get update -y sudo apt-get install -y autoconf automake autotools-dev ninja-build - name: checkout-qemu if: steps.cache-qemu.outputs.cache-hit != 'true' run: | Loading @@ -113,8 +113,8 @@ jobs: make install - name: aarch64-gnu-toolchain run: | sudo apt-get update sudo apt-get install cmake make g++-aarch64-linux-gnu sudo apt-get update -y sudo apt-get install -y cmake make g++-aarch64-linux-gnu - name: build run: | mkdir build && cd build Loading @@ -138,8 +138,8 @@ jobs: - name: install-qemu-build-deps if: steps.cache-qemu.outputs.cache-hit != 'true' run: | sudo apt-get update sudo apt-get install autoconf automake autotools-dev ninja-build sudo apt-get update -y sudo apt-get install -y autoconf automake autotools-dev ninja-build - name: checkout-qemu if: steps.cache-qemu.outputs.cache-hit != 'true' run: | Loading @@ -162,8 +162,8 @@ jobs: make install - name: aarch64-gnu-toolchain run: | sudo apt-get update sudo apt-get install cmake make g++-aarch64-linux-gnu sudo apt-get update -y sudo apt-get install -y cmake make g++-aarch64-linux-gnu - name: build run: | mkdir build && cd build Loading