lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours

Commit 763858fa authored by Shenghou Ma's avatar Shenghou Ma

[release-branch.go1] build: run.bash no longer accepts --no-banner

««« backport bc79188b0281
build: run.bash no longer accepts --no-banner

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5986063

»»»
parent e983ddae
...@@ -9,5 +9,5 @@ if [ ! -f make.bash ]; then ...@@ -9,5 +9,5 @@ if [ ! -f make.bash ]; then
exit 1 exit 1
fi fi
. ./make.bash --no-banner . ./make.bash --no-banner
bash run.bash --no-rebuild --banner bash run.bash --no-rebuild
$GOTOOLDIR/dist banner # print build info $GOTOOLDIR/dist banner # print build info
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment