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
3b41523d
Commit
3b41523d
authored
Jul 31, 2023
by
Andrew Murray
Browse files
Changed repo_dir variable to be uppercase
parent
4eb85568
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
travis_linux_steps.sh
travis_linux_steps.sh
+1
-1
No files found.
travis_linux_steps.sh
View file @
3b41523d
...
@@ -94,7 +94,7 @@ function build_multilinux {
...
@@ -94,7 +94,7 @@ function build_multilinux {
-e
MANYLINUX_URL
=
"
$MANYLINUX_URL
"
\
-e
MANYLINUX_URL
=
"
$MANYLINUX_URL
"
\
-e
BUILD_DEPENDS
=
"
$BUILD_DEPENDS
"
\
-e
BUILD_DEPENDS
=
"
$BUILD_DEPENDS
"
\
-e
USE_CCACHE
=
"
$USE_CCACHE
"
\
-e
USE_CCACHE
=
"
$USE_CCACHE
"
\
-e
REPO_DIR
=
"
$
repo_dir
"
\
-e
REPO_DIR
=
"
$
REPO_DIR
"
\
-e
PLAT
=
"
$PLAT
"
\
-e
PLAT
=
"
$PLAT
"
\
-e
MB_ML_VER
=
"
$MB_ML_VER
"
\
-e
MB_ML_VER
=
"
$MB_ML_VER
"
\
-e
MB_ML_LIBC
=
"
$libc
"
\
-e
MB_ML_LIBC
=
"
$libc
"
\
...
...
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