mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-08 16:05:07 +00:00
11 lines
263 B
Bash
Executable File
11 lines
263 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker run --rm -it \
|
|
-e http_proxy=${http_proxy} \
|
|
-e https_proxy=${https_proxy} \
|
|
-e HTTP_PROXY=${http_proxy} \
|
|
-e HTTPS_PROXY=${htpps_proxy} \
|
|
--name workload_w_clang \
|
|
--mount type=bind,source=$(pwd)/..,target=/data \
|
|
clang_env:0.1
|