Skip to content

Commit

Permalink
Merge #120071
Browse files Browse the repository at this point in the history
120071: lint_urls: fix script r=rail a=rickystewart

Regressed by #119589

Closes #120033

Epic: none
Release note: None

Co-authored-by: Ricky Stewart <[email protected]>
  • Loading branch information
craig[bot] and rickystewart committed Mar 7, 2024
2 parents 4806184 + 7fa35c0 commit 0d8bbae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/teamcity/cockroach/nightlies/lint_urls_impl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ bazel run //pkg/cmd/generate-cgo:generate-cgo --run_under="cd $root && "

bazel build //pkg/cmd/bazci --config=ci
$(bazel info bazel-bin --config=ci)/pkg/cmd/bazci/bazci_/bazci -- \
test --config=ci --define gotags=bazel,gss,nightly,lint \
test //pkg/testutils/lint:lint_test \
--config=ci --define gotags=bazel,gss,nightly,lint \
--test_env=CC=$(which gcc) \
--test_env=CXX=$(which gcc) \
--test_env=HOME \
Expand Down

0 comments on commit 0d8bbae

Please sign in to comment.