File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -436,6 +436,7 @@ jobs:
436436 - arch : LoongArch64
437437 qemu : qemu-loongarch64
438438 target : loongarch64-linux-gnu
439+ pkg : loong64
439440
440441 runs-on : ubuntu-latest
441442 name : Clang ${{ matrix.target.arch }} Determinism Check
@@ -445,7 +446,7 @@ jobs:
445446 - name : Update index
446447 run : sudo apt-get update
447448 - 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
449+ run : sudo apt-get install libstdc++-14-dev-${{matrix.target.pkg}} -cross qemu-user -y
449450 - name : Configure CMake
450451 working-directory : ${{github.workspace}}/Build
451452 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
You can’t perform that action at this time.
0 commit comments