Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
orchestra
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
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
revng
orchestra
Commits
369839a6
Commit
369839a6
authored
4 years ago
by
Filippo Cremonese
Browse files
Options
Downloads
Patches
Plain Diff
Use which to find python2 binary in qemu component
parent
7dcac4a4
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
.orchestra/config/components/qemu.yml
+1
-1
1 addition, 1 deletion
.orchestra/config/components/qemu.yml
.orchestra/config/global_options.lib.yml
+0
-1
0 additions, 1 deletion
.orchestra/config/global_options.lib.yml
with
1 addition
and
2 deletions
.orchestra/config/components/qemu.yml
+
1
−
1
View file @
369839a6
...
...
@@ -33,7 +33,7 @@ builds:
--disable-gnutls \
--disable-smartcard-nss \
--disable-uuid \
--python="
(@= options["
python2
"] @
)" \
--python="
$(which
python2)" \
(@ if build_type == "Debug": @)--enable-debug (@ end @)\
--extra-cflags="(@= cflags @) (@= options["use_old_glibc_cflags"] @)" \
--extra-ldflags="(@= options["modern_linker_flags"] @) -L$ORCHESTRA_ROOT/lib --sysroot / (@= options["use_old_glibc_lflags"] @) -Wl,-rpath,\\\$\$ORIGIN/../lib"
...
...
This diff is collapsed.
Click to expand it.
.orchestra/config/global_options.lib.yml
+
0
−
1
View file @
369839a6
...
...
@@ -7,7 +7,6 @@
---
#@ def _options():
parallelism
:
#@ str(data.values.parallelism)
python2
:
/usr/bin/python2
clang_release_version
:
#@ clang_release_version
rpath_placeholder
:
////////////////////////////////////////////////$ORCHESTRA_ROOT
...
...
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