-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move most bazel flags to bazelrc so they are applied consistently. Us…
…e the same environment for Kokoro and GitHub, in particular treat CI_JOB_TYPE consistently. This is motivated by reproducible builds, where the issue is that we use a simple `blaze test containers/...` to build all the binaries on Kokoro, but a different just target with explicit bazel flags on GitHub. Collecting all (even including -c opt) into the blazerc should address this. Building on the command line creates unoptimized, non-stripped binaries, unless the build is invoked with environment variable: `env CI_JOB_TYPE=CONTINUOUS just oak_containers_orchestrator`. Bug: 377431387 Change-Id: Iff4479c50380294cafe5d6e003aa6f2d935832fc
- Loading branch information
1 parent
be2f057
commit 593527c
Showing
4 changed files
with
98 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters