mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-20 15:10:28 -04:00
deps: update bazel (core) (#3368)
* deps: update bazel (core) * bazel: use non-release rules_nixpkgs * Update bazel module lock file Signed-off-by: Daniel Weiße <dw@edgeless.systems> * bazel: resolve patch conflict after upgrading gazelle The generated BUILD file has changed, so our patch needs to be adapted. * deps: tidy all modules --------- Signed-off-by: Daniel Weiße <dw@edgeless.systems> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Moritz Sanft <58110325+msanft@users.noreply.github.com> Co-authored-by: Daniel Weiße <dw@edgeless.systems> Co-authored-by: Markus Rudy <mr@edgeless.systems> Co-authored-by: edgelessci <edgelessci@users.noreply.github.com>
This commit is contained in:
parent
a33639a354
commit
228aa18a2c
6 changed files with 31 additions and 18 deletions
|
@ -73,9 +73,15 @@ go_library(
|
|||
"@io_bazel_rules_go//go/platform:openbsd": [
|
||||
"-fstack-protector-all",
|
||||
],
|
||||
"@io_bazel_rules_go//go/platform:osx": [
|
||||
"-fstack-protector-all",
|
||||
],
|
||||
"@io_bazel_rules_go//go/platform:plan9": [
|
||||
"-fstack-protector-all",
|
||||
],
|
||||
"@io_bazel_rules_go//go/platform:qnx": [
|
||||
"-fstack-protector-all",
|
||||
],
|
||||
"@io_bazel_rules_go//go/platform:solaris": [
|
||||
"-fstack-protector-all",
|
||||
],
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- simulator/internal/BUILD.bazel
|
||||
+++ simulator/internal/BUILD.bazel
|
||||
@@ -4,83 +4,14 @@
|
||||
@@ -4,89 +4,14 @@ go_library(
|
||||
name = "internal",
|
||||
srcs = [
|
||||
"doc.go",
|
||||
|
@ -74,9 +74,15 @@
|
|||
- "@io_bazel_rules_go//go/platform:openbsd": [
|
||||
- "-fstack-protector-all",
|
||||
- ],
|
||||
- "@io_bazel_rules_go//go/platform:osx": [
|
||||
- "-fstack-protector-all",
|
||||
- ],
|
||||
- "@io_bazel_rules_go//go/platform:plan9": [
|
||||
- "-fstack-protector-all",
|
||||
- ],
|
||||
- "@io_bazel_rules_go//go/platform:qnx": [
|
||||
- "-fstack-protector-all",
|
||||
- ],
|
||||
- "@io_bazel_rules_go//go/platform:solaris": [
|
||||
- "-fstack-protector-all",
|
||||
- ],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue