mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 09:56:59 +02:00
profiles: disable crypt for amd64 and arm64
This commit is contained in:
parent
53aed3bbad
commit
7984020e5f
@ -4,3 +4,6 @@ sys-firmware/intel-microcode vanilla
|
|||||||
|
|
||||||
# Enable gssapi only for amd64, to avoid build errors in arm64.
|
# Enable gssapi only for amd64, to avoid build errors in arm64.
|
||||||
net-dns/bind-tools gssapi
|
net-dns/bind-tools gssapi
|
||||||
|
|
||||||
|
# Disable crypt to avoid installing libsodlium in amd64.
|
||||||
|
app-editors/vim -crypt
|
||||||
|
2
sdk_container/src/third_party/coreos-overlay/profiles/coreos/arm64/generic/package.use
vendored
Normal file
2
sdk_container/src/third_party/coreos-overlay/profiles/coreos/arm64/generic/package.use
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Disable crypt to avoid installing libsodlium in arm64.
|
||||||
|
app-editors/vim -crypt
|
Loading…
Reference in New Issue
Block a user