Skip to content

Commit

Permalink
Added some data
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Schesch committed May 10, 2024
1 parent a56d321 commit 73d79a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/check-reproducibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
run: make clean
- run: echo "LOGURU_COLORIZE=NO" >> $GITHUB_ENV
- name: Build
run: cd src/scripts/merge_tools/merging && ./gradlew -q shadowJar
run: |
git submodule update --init --recursive
cd src/scripts/merge_tools/merging && ./gradlew -q shadowJar
- name: make check-merges-reproducibility
run: |
python3 src/python/replay_merge.py --merges_csv results/combined/result.csv -delete_workdir --idx 38-192
Expand Down
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export JAVA_HOME=$JAVA17_HOME
if [ ! -f ./src/scripts/merge_tools/merging/.git ] ; then
git submodule update --init --recursive
fi
git submodule update --recursive --remote

(cd ./src/scripts/merge_tools/merging && ./gradlew shadowJar)

echo "Machine ID: $machine_id"
Expand Down

0 comments on commit 73d79a8

Please sign in to comment.