Skip to content

Commit f6c64e9

Browse files
committed
Remove seccomp settings from docker
1 parent 41708bb commit f6c64e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wasm-engines/run_benchmarks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ docker run --privileged \
1414
-v $(pwd)/node-timer.js:/engines/node/node-timer.js \
1515
-v $(pwd)/wamr_aot.sh:/engines/wamr/wamr_aot.sh \
1616
-v $(pwd)/fizzy.sh:/engines/fizzy/fizzy.sh \
17-
--security-opt seccomp=$(pwd)/dockerseccompprofile.json -it ewasm/bench:1 bash /benchprep/bench_wasm_and_native.sh
17+
-it ewasm/bench:1 bash /benchprep/bench_wasm_and_native.sh

0 commit comments

Comments
 (0)