Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
orchestrator
Commits
43d64206
Commit
43d64206
authored
Oct 21, 2017
by
Thanassis Tsiodras
Browse files
Make uPython test projects build inside the TASTE Docker container.
parent
c7305e65
Changes
1
Hide whitespace changes
Inline
Side-by-side
orchestrator/taste-orchestrator.py
View file @
43d64206
...
...
@@ -607,7 +607,7 @@ def BuildMicroPythonSystems(micropythonSubsystems, CDirectories, cflagsSoFar):
g_stageLog
.
info
(
"Building MicroPython subSystems"
)
for
baseDir
in
micropythonSubsystems
.
keys
():
mpySource
=
"
/home/taste
/tool-src/upython-taste"
mpySource
=
"
$(taste-config --prefix)/..
/tool-src/upython-taste"
mpyTemplDir
=
mpySource
+
"/ports/esa-taste"
os
.
chdir
(
baseDir
+
os
.
sep
+
baseDir
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment