mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-07 05:38:03 -05:00
bazel: use cryptsetup from nix
This commit is contained in:
parent
b424a15cb7
commit
3229d3b571
@ -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