Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Refinedrust Dev
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lennard Gäher
Refinedrust Dev
Commits
0d250182
Commit
0d250182
authored
1 year ago
by
Lennard Gäher
Browse files
Options
Downloads
Patches
Plain Diff
fix script
parent
b44e3bc2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#93194
passed
1 year ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
rr_frontend/refinedrust
+2
-2
2 additions, 2 deletions
rr_frontend/refinedrust
with
2 additions
and
2 deletions
rr_frontend/refinedrust
+
2
−
2
View file @
0d250182
...
...
@@ -88,7 +88,7 @@ case "$COMMAND" in
install
|
install-debug
)
# "--locked" to respect the Cargo.lock file if it exists,
# "--offline" to avoid querying the registry (for yanked packages).
cd
translation
;
cargo
install
$CARGO_INSTALL_FLAGS
--path
"
$RRDIR
"
--force
--locked
--offline
"
$@
"
cd
translation
;
cargo
install
$CARGO_INSTALL_FLAGS
--path
"
$RRDIR
"
--force
--locked
--offline
"
$@
"
;;
check|check-debug
)
# Check, and let caller control flags.
...
...
@@ -110,7 +110,7 @@ run|run-debug)
cargo build
$CARGO_BUILD_FLAGS
find_sysroot
# Then run the actual command.
exec
cargo run
$CARGO_BUILD_FLAGS
--bin
frontend
--
--sysroot
"
$RR_SYSROOT
"
"
$@
"
exec
cargo run
$CARGO_BUILD_FLAGS
--bin
refinedrust_translate
--
--sysroot
"
$RR_SYSROOT
"
"
$@
"
;;
*
)
if
[
-n
"
$COMMAND
"
]
;
then
...
...
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