Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zafl
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
Container Registry
Model registry
Operate
Environments
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open Source Software
zafl
Commits
bf67e7c3
Commit
bf67e7c3
authored
5 years ago
by
Clark Coleman
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of git.zephyr-software.com:allnp/zafl_umbrella
parents
3675d2dd
221f560c
No related branches found
No related tags found
1 merge request
!7
Zafl eightqueens test
Pipeline
#4430
passed
5 years ago
Stage: clean
Stage: build
Stage: test
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
SConstruct
+4
-0
4 additions, 0 deletions
SConstruct
clean-all.sh
+4
-0
4 additions, 0 deletions
clean-all.sh
zipr_umbrella
+1
-1
1 addition, 1 deletion
zipr_umbrella
with
9 additions
and
1 deletion
SConstruct
+
4
−
0
View file @
bf67e7c3
...
...
@@ -15,6 +15,10 @@ ret=[zipr,tools,libzafl]
print
"
ret=
"
,
[
str
(
s
)
for
s
in
ret
]
for
libzafl_file
in
libzafl
:
if
str
(
libzafl_file
).
endswith
(
"
.so
"
):
ret
=
ret
+
Install
(
os
.
environ
[
'
ZEST_RUNTIME
'
]
+
"
/lib64
"
,
libzafl_file
)
pedi
=
Command
(
target
=
"
./zafl-install
"
,
source
=
[
zipr
,
tools
,
libzafl
],
action
=
os
.
environ
[
'
PEDI_HOME
'
]
+
"
/pedi -m manifest.txt
"
)
...
...
This diff is collapsed.
Click to expand it.
clean-all.sh
+
4
−
0
View file @
bf67e7c3
#!/bin/bash
scons
-c
exit
0
cd
$ZAFL_HOME
/zipr_umbrella
./clean-all.sh
...
...
This diff is collapsed.
Click to expand it.
zipr_umbrella
@
2cfee542
Compare
42dd801d
...
2cfee542
Subproject commit
42dd801dce766034b7a0f4e037395809de0d54d7
Subproject commit
2cfee5420fe74e6aa95d4b584e610775debe1732
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