mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
ci: fine tune aspect workflows settings (#2260)
- ensure stamping is disabled for better caching - build everything (not only test targets) - set cli_edition flag
This commit is contained in:
parent
75ed8c9f3e
commit
7d040c26ba
@ -4,7 +4,10 @@ workspaces:
|
|||||||
.:
|
.:
|
||||||
bazel:
|
bazel:
|
||||||
flags:
|
flags:
|
||||||
- --config=nostamp
|
- --nostamp
|
||||||
|
- --workspace_status_command=
|
||||||
|
- --nobuild_tests_only
|
||||||
|
- --cli_edition=enterprise
|
||||||
tasks:
|
tasks:
|
||||||
buildifier:
|
buildifier:
|
||||||
target: //bazel/ci:buildifier_check
|
target: //bazel/ci:buildifier_check
|
||||||
|
Loading…
Reference in New Issue
Block a user