mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 13:36:58 +02:00
Merge pull request #101 from kinvolk/dongsu/fix-kernel-symlink-memcpy
build_library: Ignore broken symlink in Kernel source tree
This commit is contained in:
commit
d4be1e865e
@ -128,7 +128,8 @@ IGNORE_SYMLINK = (
|
||||
# Other
|
||||
b"/etc/lsb-release", # set later in the build process
|
||||
b"/usr/share/coreos", # set later in the build process
|
||||
b"/etc/coreos" # set later in the build process
|
||||
b"/etc/coreos", # set later in the build process
|
||||
b"/usr/src/linux-*/tools/testing/selftests/powerpc/copyloops/memcpy_mcsafe_64.S" # broken symlink in Kernel source tree
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user