folder fix in packager

This commit is contained in:
Valentyn Faychuk 2024-11-07 13:08:51 +02:00
parent 193426b041
commit 2517285dd3
Signed by: valy
GPG Key ID: F1AB995E20FEADC5

@ -33,7 +33,7 @@ if [ "$prerequisites" == "--prep" ]; then
echo "Building the occlum fork" echo "Building the occlum fork"
git clone git@gitea.detee.cloud:SGX/occlum.git git clone git@gitea.detee.cloud:SGX/occlum.git
(cd occlum && make submodule) (cd occlum && make submodule)
(cd tools/toolchains/utils_lib && ./build.sh) (cd occlum/tools/toolchains/utils_lib && ./build.sh)
fi fi