Skip to content

Commit

Permalink
Simplify info/host
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybuka committed Jul 16, 2024
1 parent f7f9360 commit f376e2b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions buildbot/start_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,15 +126,7 @@ EOF
echo "Vitaly Buka <[email protected]>" > ${BOT_DIR}/info/admin

{
echo "How to reproduce locally: https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild"
echo
uname -a | head -n1
date
cmake --version | head -n1
g++ --version | head -n1
ld --version | head -n1
lscpu
echo "Host: ${FULL_HOSTNAME}"
echo 'See "Info" step of each build and https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild'
} > ${BOT_DIR}/info/host

chown -R buildbot:buildbot $BOT_DIR
Expand Down

0 comments on commit f376e2b

Please sign in to comment.