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
427
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
c9f3ee97
Commit
c9f3ee97
authored
1 year ago
by
Rémi Denis-Courmont
Committed by
Jean-Baptiste Kempf
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
contrib: cargo: fix job server usage (again)
Fixes
#28386
.
parent
5233ea3d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!4321
contrib: cargo: fix job server usage (again)
Pipeline
#391338
passed with stage
in 1 hour and 16 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
contrib/src/cargo/rules.mak
+1
-1
1 addition, 1 deletion
contrib/src/cargo/rules.mak
with
1 addition
and
1 deletion
contrib/src/cargo/rules.mak
+
1
−
1
View file @
c9f3ee97
...
...
@@ -35,6 +35,6 @@ endif
./rustup-init.sh
--no-modify-path
-y
--default-toolchain
$(
RUST_VERSION
)
+
$(
RUSTUP
)
default
$(
RUST_VERSION
)
+
$(
RUSTUP
)
target add
$(
RUST_TARGET
)
unset
PKG_CONFIG_LIBDIR PKG_CONFIG_PATH CFLAGS CPPFLAGS LDFLAGS
;
\
+
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