This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a commit to branch v2.0.0-preview
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git


The following commit(s) were added to refs/heads/v2.0.0-preview by this push:
     new 0826cff  fix  docker env
     new 7e1b671  Merge pull request #376 from jcsora/fix-optlibs-env
0826cff is described below

commit 0826cff592913f23a1e2a5f81340fac1681a9010
Author: jcsora <[email protected]>
AuthorDate: Mon Mar 28 10:13:19 2022 +0800

    fix  docker env
---
 tools/docker/05_optlibs.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/docker/05_optlibs.sh b/tools/docker/05_optlibs.sh
index 399ecc3..1387a6f 100755
--- a/tools/docker/05_optlibs.sh
+++ b/tools/docker/05_optlibs.sh
@@ -27,4 +27,4 @@ grep $optlibs_name $checksum_file_name | sha256sum -c && \
 mkdir -p /opt/intel/optimized_libs && \
 tar -zxf $optlibs_name -C /opt/intel/optimized_libs && \
 rm -f $optlibs_name $checksum_file_name && \
-echo "export OPT_LIBS_PATH=opt/intel/optimized_libs" >> /root/.bashrc
+echo "export OPT_LIBS_PATH=/opt/intel/optimized_libs" >> /root/.bashrc

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to