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
b4a2fd1c
Commit
b4a2fd1c
authored
Mar 18, 2021
by
mattip
Browse files
do not run yum test on manylinux_2_24
parent
f97b3649
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
tests/test_manylinux_utils_docker.sh
tests/test_manylinux_utils_docker.sh
+6
-5
No files found.
tests/test_manylinux_utils_docker.sh
View file @
b4a2fd1c
...
...
@@ -3,8 +3,9 @@
source
manylinux_utils.sh
source
tests/utils.sh
suppress yum_install rsync
&&
suppress yum erase
-y
rsync
\
if
[[
$MB_ML_VER
!=
"_2_24"
]]
;
then
suppress yum_install rsync
&&
suppress yum erase
-y
rsync
\
||
ingest
"yum_install valid"
suppress bash
-c
'! yum_install nonexistent'
||
ingest
"yum_install nonexistent"
barf
\ No newline at end of file
suppress bash
-c
'! yum_install nonexistent'
||
ingest
"yum_install nonexistent"
barf
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