@brenzi i can confirm that on docker container `baiduxlab/sgx-rust` it can 
build after cargo update
```
docker run -ti --rm baiduxlab/sgx-rust:1804-1.1.3 bash
```
```
rustup target add wasm32-unknown-unknown
git clone https://github.com/encointer/encointer-worker.git
cd encointer-worker
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
./llvm.sh 10
update-alternatives --install /usr/bin/clang clang /usr/bin/clang-10 10
update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-10 10
update-alternatives --install /usr/bin/llvm-ar llvm-ar /usr/bin/llvm-ar-10 10
make
cargo update
make
git clean -fxd .
make
history
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave-sgx-sdk/issues/294#issuecomment-737446903

Reply via email to