mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-16 11:51:36 +00:00
AR-79: Temporaly disable AUFS on 5.4.y since its broken (#1633)
This commit is contained in:
parent
7ee3af069f
commit
b5595d8c1d
1 changed files with 1 additions and 1 deletions
|
@ -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 ".")
|
||||
|
|
Loading…
Add table
Reference in a new issue