bazel: remove --stamp for builds (#11578)

This commit is contained in:
Preston Van Loon 2022-10-26 15:13:02 -05:00 committed by GitHub
parent 39a7988e9e
commit 652303522f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,6 @@ build --sandbox_default_allow_network=false
# Stamp binaries with git information
build --workspace_status_command=./hack/workspace_status.sh
build --stamp
# Prevent PATH changes from rebuilding when switching from IDE to command line.
build --incompatible_strict_action_env