Skip to content

Commit

Permalink
ci: preload libgomp in regression tests
Browse files Browse the repository at this point in the history
  • Loading branch information
furiosamg committed Aug 9, 2023
1 parent 2232c25 commit 3853bff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tekton/furiosa-models-regression-test/regression-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ spec:
set -ex
git config --global --add safe.directory /workspace/source
# FIXME: Remove me when TLS problem is solved (https://github.com/furiosa-ai/furiosa-sdk-private/issues/719)
export LD_PRELOAD=$(ldconfig -p | grep libgomp | head -n 1 | grep -Eo "\S+$")
echo -n "## Pip freeze result for " > pip_freeze.txt
echo $(params.modelName) >> pip_freeze.txt
echo "<details><summary>pip freeze result</summary><pre>" >> pip_freeze.txt
Expand Down

0 comments on commit 3853bff

Please sign in to comment.