Skip to content

Commit 96b0e2e

Browse files
committed
ci
1 parent 32c7fa2 commit 96b0e2e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/determinism_check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,8 @@ jobs:
444444
uses: actions/checkout@v4
445445
- name: Update index
446446
run: sudo apt-get update
447+
- name: Install Cross Compiler
448+
run: sudo apt-get install gcc-14-aarch64-linux-gnu gcc-14-multilib g++-14-multilib libstdc++-14-dev-loong64-cross qemu-user -y
447449
- name: Configure CMake
448450
working-directory: ${{github.workspace}}/Build
449451
run: ./cmake_linux_clang_gcc.sh Distribution ${{env.UBUNTU_CLANG_VERSION}} -DCROSS_COMPILE_ARM=ON -DCROSS_PLATFORM_DETERMINISTIC=ON -DCROSS_COMPILE_ARM_TARGET="${{ matrix.target.target }}" -DTARGET_VIEWER=OFF -DTARGET_SAMPLES=OFF -DTARGET_HELLO_WORLD=OFF -DTARGET_UNIT_TESTS=ON -DTARGET_PERFORMANCE_TEST=ON -DCMAKE_LINKER_TYPE=LLD

0 commit comments

Comments
 (0)