mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-10-07 08:08:32 -04:00
remove deprecated constellation create
flags (#2325)
* chore: clean-up TODOs * cli: make OpenStack error explicit * cli: remove deprecated flags * config: require DeployCSIDriver field
This commit is contained in:
parent
5960025da7
commit
a25c90e9bb
14 changed files with 56 additions and 134 deletions
2
3rdparty/bazel/org_openssl/BUILD.bazel
vendored
2
3rdparty/bazel/org_openssl/BUILD.bazel
vendored
|
@ -18,7 +18,6 @@ cc_test(
|
|||
],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
# TODO support OpenSSL on Mac
|
||||
target_compatible_with = [
|
||||
"@platforms//os:linux",
|
||||
],
|
||||
|
@ -27,7 +26,6 @@ cc_test(
|
|||
|
||||
build_test(
|
||||
name = "build_test",
|
||||
# TODO support OpenSSL on Mac
|
||||
target_compatible_with = [
|
||||
"@platforms//os:linux",
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue