Skip to content

Commit b7babdf

Browse files
authored
Merge pull request #305 from jrmuizel/j2cl-build
Make j2cl-box2d build more reproducible
2 parents 453f8ed + 17e3e04 commit b7babdf

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

wasm/j2cl-box2d/build.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
2+
J2CL_REV=fbbe1e6db2928179f5e747ae382266beb3d2db38
33
set -eo pipefail
44

55
# Cleanup old files.
@@ -10,8 +10,9 @@ BUILD_LOG="$(realpath build.log)"
1010
echo -e "Built on $(date --rfc-3339=seconds)" | tee "$BUILD_LOG"
1111

1212
# Build the benchmark from source.
13-
git clone git@github.com:google/j2cl.git |& tee -a "$BUILD_LOG"
13+
git clone https://github.com/google/j2cl.git |& tee -a "$BUILD_LOG"
1414
pushd j2cl/
15+
git checkout $J2CL_REV
1516
git log -1 --oneline | tee -a "$BUILD_LOG"
1617
git apply ../add-fixed-run-count-api.patch | tee -a "$BUILD_LOG"
1718
BUILD_SRC_DIR="benchmarking/java/com/google/j2cl/benchmarks/octane/"

0 commit comments

Comments
 (0)