Skip to content

Commit

Permalink
cleanup script
Browse files Browse the repository at this point in the history
  • Loading branch information
Savid committed Oct 9, 2024
1 parent 5148304 commit 558e3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geth/build-race.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
cd ${SCRIPT_DIR}/../source

ORIGINAL_CI_FILE="build/ci.go"
NEW_CI_FILE="build/ci.asan.go"
NEW_CI_FILE="build/ci.race.go"

awk '
/^func buildFlags\(env build\.Environment, staticLinking bool, buildTags \[\]string\) \(flags \[\]string\)/ {
Expand Down

0 comments on commit 558e3b3

Please sign in to comment.