mirror of
https://github.com/flatcar/scripts.git
synced 2026-01-24 18:02:28 +01:00
build_library: ignore GLSA 201904-13 to build on arm64
GLSA 201904-13 was fixed by dev-vcs/git >= 2.20.1, but it's unstable for arm64. That has been already changed to stable for arm64 on Gentoo upstream, but both Container Linux and Flatcar Linux still have older ebuild with `~arm64`. So for now we should ignore the GLSA 201904-03.
This commit is contained in:
parent
b4a95a869f
commit
cb4d3255fa
@ -5,6 +5,7 @@
|
||||
GLSA_WHITELIST=(
|
||||
201412-09 # incompatible CA certificate version numbers
|
||||
201908-14 # backported both CVE fixes
|
||||
201904-13 # git
|
||||
201909-01 # Perl, SDK only
|
||||
201909-08 # backported fix
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user