Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
redox-os
cookbook
Commits
f848f9f8
Verified
Commit
f848f9f8
authored
Jul 14, 2021
by
Jeremy Soller
Browse files
Use cargo instead of xargo for relibc recipe
parent
0fc3effc
Changes
1
Hide whitespace changes
Inline
Side-by-side
recipes/relibc/recipe.sh
View file @
f848f9f8
GIT
=
https://gitlab.redox-os.org/redox-os/relibc.git
function
recipe_build
{
"
$REDOX_MAKE
"
CARGO
=
"env -u CARGO
x
argo"
-j
"
$(
$NPROC
)
"
"
$REDOX_MAKE
"
CARGO
=
"env -u CARGO
c
argo"
-j
"
$(
$NPROC
)
"
skip
=
1
}
function
recipe_stage
{
dest
=
"
$(
realpath
$1
)
"
"
$REDOX_MAKE
"
CARGO
=
"env -u CARGO
x
argo"
DESTDIR
=
"
$dest
"
install
"
$REDOX_MAKE
"
CARGO
=
"env -u CARGO
c
argo"
DESTDIR
=
"
$dest
"
install
skip
=
1
}
Write
Preview
Supports
Markdown
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