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