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
aa6220ed
Unverified
Commit
aa6220ed
authored
Apr 02, 2022
by
Matti Picus
Committed by
GitHub
Apr 02, 2022
Browse files
Merge pull request #465 from radarhere/alpine
Updated to Alpine 3.15 test image
parents
bce1637e
9d90c2a3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
travis_linux_steps.sh
travis_linux_steps.sh
+2
-1
No files found.
travis_linux_steps.sh
View file @
aa6220ed
...
@@ -120,7 +120,7 @@ function install_run {
...
@@ -120,7 +120,7 @@ function install_run {
local
plat
=
${
1
:-${
PLAT
:-
x86_64
}}
local
plat
=
${
1
:-${
PLAT
:-
x86_64
}}
if
[
-z
"
$DOCKER_TEST_IMAGE
"
]
;
then
if
[
-z
"
$DOCKER_TEST_IMAGE
"
]
;
then
if
[
"
$MB_ML_LIBC
"
==
"musllinux"
]
;
then
if
[
"
$MB_ML_LIBC
"
==
"musllinux"
]
;
then
local
docker_image
=
"multibuild/alpine3.1
4
_
$plat
"
local
docker_image
=
"multibuild/alpine3.1
5
_
$plat
"
else
else
local
bitness
=
$(
[
"
$plat
"
==
i686
]
&&
echo
32
||
echo
64
)
local
bitness
=
$(
[
"
$plat
"
==
i686
]
&&
echo
32
||
echo
64
)
if
[
"
$bitness
"
==
"32"
]
;
then
if
[
"
$bitness
"
==
"32"
]
;
then
...
@@ -142,6 +142,7 @@ function install_run {
...
@@ -142,6 +142,7 @@ function install_run {
-e
CONFIG_PATH
=
"
$CONFIG_PATH
"
\
-e
CONFIG_PATH
=
"
$CONFIG_PATH
"
\
-e
WHEEL_SDIR
=
"
$WHEEL_SDIR
"
\
-e
WHEEL_SDIR
=
"
$WHEEL_SDIR
"
\
-e
MANYLINUX_URL
=
"
$MANYLINUX_URL
"
\
-e
MANYLINUX_URL
=
"
$MANYLINUX_URL
"
\
-e
MB_ML_LIBC
=
"
$MB_ML_LIBC
"
\
-e
TEST_DEPENDS
=
"
$TEST_DEPENDS
"
\
-e
TEST_DEPENDS
=
"
$TEST_DEPENDS
"
\
-v
$PWD
:/io
\
-v
$PWD
:/io
\
$docker_image
/io/
$MULTIBUILD_DIR
/docker_test_wrap.sh
$docker_image
/io/
$MULTIBUILD_DIR
/docker_test_wrap.sh
...
...
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