Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-intel committed Nov 30, 2024
1 parent ba5ffb4 commit 894cc05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dockerfiles/ov_build/ubuntu_22_04_riscv/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN dpkg --add-architecture riscv64 && \
apt-get install -y --no-install-recommends libpython3-dev:riscv64 && \
apt-get install -y --no-install-recommends apt-utils && \
apt-get -y install curl && apt-get install libgomp1:riscv64 && \
apt-get install libatomic.so.1:riscv64
apt-get install libatomic1:riscv64

RUN echo 'libgomp installed'

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/dev_cpu_linux_riscv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,11 @@ jobs:
# apt-get update && apt-get install -y --no-install-recommends apt-utils
# apt-get -y install curl
# apt-get install libgomp1
pushd ${INSTALL_TEST_DIR}/tests
echo 'find libatomic1 - start'
ldconfig -p | grep libatomic
echo 'find libatomic1 - end'
popd
${XUANTIE_DIR}/${XUANTIE_TAR_NAME}/bin/qemu-riscv64 -cpu c910v ${INSTALL_TEST_DIR}/tests/ov_cpu_func_tests --gtest_filter=*smoke_AdaPoolAvg4DLayoutTest* --gtest_print_time=1
timeout-minutes: 25

Expand Down

0 comments on commit 894cc05

Please sign in to comment.