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
3c9192f2
Commit
3c9192f2
authored
5 years ago
by
Anh Nguyen-Tuong
Browse files
Options
Downloads
Patches
Plain Diff
Update to handle refactoring of move_globals
parent
f0f340ba
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#3788
failed
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
build-all.sh
+0
-4
0 additions, 4 deletions
build-all.sh
clean-all.sh
+0
-5
0 additions, 5 deletions
clean-all.sh
manifest.txt
+0
-2
0 additions, 2 deletions
manifest.txt
with
0 additions
and
11 deletions
build-all.sh
+
0
−
4
View file @
3c9192f2
...
...
@@ -23,14 +23,10 @@ fi
cd
zipr_umbrella
./build-all.sh
$build_all_flags
||
exit
cd
$ZAFL_HOME
cd
tools
scons
$SCONSDEBUG
-j
3
||
exit
cd
$ZAFL_HOME
/move_globals
scons
$SCONSDEBUG
-j
3
||
exit
cd
$ZAFL_HOME
/libzafl
scons
||
exit
cp
lib/
*
$ZEST_RUNTIME
/lib64/
||
exit
...
...
This diff is collapsed.
Click to expand it.
clean-all.sh
+
0
−
5
View file @
3c9192f2
...
...
@@ -9,11 +9,6 @@ scons -c
cd
$ZAFL_HOME
/tools
scons
-c
cd
$ZAFL_HOME
/move_globals
scons
-c
# clean up installation if this module is the root of the install.
# skip pedi cleanup if we are part of a larger project, as future builds
...
...
This diff is collapsed.
Click to expand it.
manifest.txt
+
0
−
2
View file @
3c9192f2
...
...
@@ -5,7 +5,5 @@ submanifest zipr_umbrella/manifest.txt
file set_env_vars zafl
file set_env_vars zafl
file get-packages.sh zafl
file move_globals/set_env_vars zafl
directory move_globals/plugins_install zafl
directory bin zafl
directory zafl_plugins zafl
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