mirror of
https://github.com/libressl/portable.git
synced 2026-01-17 21:51:17 +01:00
scripts/test: use lib64 for loongarch64
This commit is contained in:
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: "Run tests"
|
||||
run: ./scripts/test || cat tests/test-suite.log
|
||||
run: ./scripts/test || (status=$?; cat tests/test-suite.log; exit $status)
|
||||
env:
|
||||
ARCH: "${{ matrix.arch }}"
|
||||
CC: "${{ matrix.compiler }}"
|
||||
|
||||
@@ -134,7 +134,7 @@ elif [ "$ARCH" = "arm32" -o "$ARCH" = "arm64" ]; then
|
||||
|
||||
elif [ "$ARCH" = "loong64" ]; then
|
||||
sudo apt install -y qemu-user-static binfmt-support g++-14-loongarch64-linux-gnu
|
||||
sudo ln -sf /usr/loongarch64-linux-gnu/lib/ld-linux-loongarch-lp64d.so.1 /lib
|
||||
sudo ln -sf /usr/loongarch64-linux-gnu/lib64/ld-linux-loongarch-lp64d.so.1 /lib64
|
||||
|
||||
CC=loongarch64-linux-gnu-gcc-14
|
||||
CXX=loongarch64-linux-gnu++-14
|
||||
|
||||
Reference in New Issue
Block a user