mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-21 12:39:08 +01:00
7 lines
479 B
Bash
7 lines
479 B
Bash
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" > /dev/null 2>&1 && pwd)"
|
|
. "$DIR/prelude.sh"
|
|
|
|
touch src/scons_cache.log.json
|
|
# TODO EVG-18207 remove GODEBUG=asyncpreemptoff=1
|
|
GODEBUG=asyncpreemptoff=1 curator --level warning splunk --json --url=${scons_splunk_server} --token=${scons_splunk_token} --annotation=project:${project} --annotation=task_id:${task_id} --annotation=build_variant:${build_variant} --annotation=git_revision:${revision} follow --file src/scons_cache.log.json
|