Skip to content

Commit aacac23

Browse files
committed
Use absolute path for docker volume binding
1 parent 8dcbd87 commit aacac23

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

scripts/artifact_evaluation/compare_compilers_static_stats/run_benchmarks.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
#!/bin/bash
22
set -e
33

4-
# cd to script's directory
4+
# cd to script's directory, and then root of project
55
cd "$(dirname "$0")"
6+
cd ..
7+
cd ..
8+
cd ..
69

7-
proj_root="../../.."
10+
proj_root="$(pwd)"
811

912
# STEP1: Build container
1013
docker build -t cicero_compilers_benchmarks $proj_root/cicero_compiler_cpp/Docker

0 commit comments

Comments
 (0)