Loading bin/reproducible_build.sh +1 −1 Original line number Diff line number Diff line Loading @@ -368,7 +368,7 @@ call_diffoscope_on_changes_files() { # we have a working diffoscope! log_info "$DIFFOSCOPE will be used to compare the two builds:" if [ $(echo $DIFFOSCOPE_VERSION | awk '{print $2}') -ge 202 ]; then if [ "$(echo "$DIFFOSCOPE" | awk '{print $2}')" -ge 202 ]; then # this --timeout 120m below is arbitrary and can be subject to further evaluation later DIFFOSCOPE_TIMEOUT="--timeout $(( 120 * 60 ))" fi Loading Loading
bin/reproducible_build.sh +1 −1 Original line number Diff line number Diff line Loading @@ -368,7 +368,7 @@ call_diffoscope_on_changes_files() { # we have a working diffoscope! log_info "$DIFFOSCOPE will be used to compare the two builds:" if [ $(echo $DIFFOSCOPE_VERSION | awk '{print $2}') -ge 202 ]; then if [ "$(echo "$DIFFOSCOPE" | awk '{print $2}')" -ge 202 ]; then # this --timeout 120m below is arbitrary and can be subject to further evaluation later DIFFOSCOPE_TIMEOUT="--timeout $(( 120 * 60 ))" fi Loading