Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
8d9f05fb
Commit
8d9f05fb
authored
Apr 05, 2021
by
mattip
Browse files
fix problem with manylinux_2_24 image
parent
306ccee7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
configure_build.sh
configure_build.sh
+6
-0
No files found.
configure_build.sh
View file @
8d9f05fb
...
@@ -55,6 +55,12 @@ else
...
@@ -55,6 +55,12 @@ else
fi
fi
elif
[[
$MB_ML_VER
==
"_2_24"
]]
;
then
elif
[[
$MB_ML_VER
==
"_2_24"
]]
;
then
apt update
apt update
if
[
!
-d
/usr/local/man
]
;
then
# Fix problem with manylinux_2_24 image
# /usr/local/man is a broken symlink
rm
/usr/local/man
ln
-s
/usr/share/man /usr/local/man
fi
if
[
"
${
MB_PYTHON_VERSION
:0:4
}
"
==
"pypy"
]
;
then
if
[
"
${
MB_PYTHON_VERSION
:0:4
}
"
==
"pypy"
]
;
then
apt
install
-y
wget
apt
install
-y
wget
fi
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment