Skip to content

Commit 08109f3

Browse files
authored
add library and loader paths
1 parent 466314f commit 08109f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/riscv64_vector.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ jobs:
9898
shell: bash
9999
run: |
100100
export PATH="/opt/riscv/bin:$PATH"
101+
export LD_LIBRARY_PATH=/opt/riscv/sysroot/lib
102+
ln -s /opt/riscv/sysroot/lib/ld-linux-riscv64-lp64d.so.1 /lib
101103
export QEMU_CPU=${{ matrix.qemu_cpu }}
102104
rm -rf ./test_out
103105
mkdir -p ./test_out

0 commit comments

Comments
 (0)