Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ion
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Enzo Cioppettini
ion
Commits
28ab6aa2
Commit
28ab6aa2
authored
5 years ago
by
Jonas Toth
Committed by
Michael Aaron Murphy
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
build: adjust Makefile and test/run_examples.sh slightly to work with gentoo-like build environemnt
parent
0425080f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+1
-1
1 addition, 1 deletion
Makefile
tests/run_examples.sh
+5
-1
5 additions, 1 deletion
tests/run_examples.sh
with
6 additions
and
2 deletions
Makefile
+
1
−
1
View file @
28ab6aa2
...
...
@@ -79,7 +79,7 @@ vendor: $(VENDOR)
version
:
$(GIT_REVISION)
$(GIT_REVISION)
:
git rev-parse
master
>
git_revision.txt
git rev-parse
HEAD
>
git_revision.txt
$(VENDOR)
:
rm
-rf
.cargo vendor vendor.tar.xz
...
...
This diff is collapsed.
Click to expand it.
tests/run_examples.sh
+
5
−
1
View file @
28ab6aa2
...
...
@@ -55,7 +55,11 @@ export EXAMPLES_DIR
CPU_CORES
=
$(
nproc
--all
)
# Build debug binary
cargo +
$TOOLCHAIN
build
if
[
$RUSTUP
-eq
1
]
;
then
cargo +
$TOOLCHAIN
build
else
cargo build
fi
test_generic
test_params
...
...
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