AR-79: Temporaly disable AUFS on 5.4.y since its broken (#1633)

This commit is contained in:
Igor Pečovnik 2019-11-26 19:25:36 +01:00 committed by GitHub
parent 7ee3af069f
commit b5595d8c1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ compilation_prepare()
#
# Older versions have AUFS support with a patch
if linux-version compare $version ge 5.1 && [ "$AUFS" == yes ]; then
if linux-version compare $version ge 5.1 && linux-version compare $version le 5.4 && [ "$AUFS" == yes ]; then
# attach to specifics tag or branch
local aufstag=$(echo ${version} | cut -f 1-2 -d ".")