Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
429
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
84ef4614
Commit
84ef4614
authored
2 years ago
by
Rémi Denis-Courmont
Browse files
Options
Downloads
Patches
Plain Diff
cargo: fix parallel build
See
a5b9278c
.
parent
65bd3a1a
No related branches found
No related tags found
Loading
Pipeline
#258446
passed with stages
in 26 minutes and 9 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
contrib/src/cargo/rules.mak
+2
-2
2 additions, 2 deletions
contrib/src/cargo/rules.mak
with
2 additions
and
2 deletions
contrib/src/cargo/rules.mak
+
2
−
2
View file @
84ef4614
...
...
@@ -33,8 +33,8 @@ endif
cd
$<
&&
RUSTUP_INIT_SKIP_PATH_CHECK
=
yes
\
RUSTUP_HOME
=
$(
RUSTUP_HOME
)
CARGO_HOME
=
$(
CARGO_HOME
)
\
./rustup-init.sh
--no-modify-path
-y
--default-toolchain
$(
RUST_VERSION
)
$(
RUSTUP
)
default
$(
RUST_VERSION
)
$(
RUSTUP
)
target add
$(
RUST_TARGET
)
+
$(
RUSTUP
)
default
$(
RUST_VERSION
)
+
$(
RUSTUP
)
target add
$(
RUST_TARGET
)
unset
PKG_CONFIG_LIBDIR PKG_CONFIG_PATH CFLAGS CPPFLAGS LDFLAGS
;
\
$(
CARGO
)
install
--locked
$(
CARGOC_FEATURES
)
cargo-c
--version
$(
CARGOC_VERSION
)
touch
$@
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment