mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-09 06:37:57 -05:00
bazel: use cryptsetup from nix
This commit is contained in:
parent
b424a15cb7
commit
3229d3b571
@ -5,7 +5,7 @@
|
|||||||
],
|
],
|
||||||
cgo = True,
|
cgo = True,
|
||||||
+ cdeps = [
|
+ cdeps = [
|
||||||
+ "@//rpm:cryptsetup",
|
+ "@//nix/cc:cryptsetup",
|
||||||
+ ],
|
+ ],
|
||||||
importpath = "github.com/martinjungblut/go-cryptsetup",
|
importpath = "github.com/martinjungblut/go-cryptsetup",
|
||||||
visibility = ["//visibility:public"],
|
visibility = ["//visibility:public"],
|
||||||
|
@ -9,7 +9,7 @@ go_library(
|
|||||||
],
|
],
|
||||||
# keep
|
# keep
|
||||||
cdeps = [
|
cdeps = [
|
||||||
"@//rpm:cryptsetup",
|
"@//nix/cc:cryptsetup",
|
||||||
],
|
],
|
||||||
cgo = True,
|
cgo = True,
|
||||||
importpath = "github.com/edgelesssys/constellation/v2/internal/cryptsetup",
|
importpath = "github.com/edgelesssys/constellation/v2/internal/cryptsetup",
|
||||||
|
Loading…
Reference in New Issue
Block a user