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
1a96b974
Commit
1a96b974
authored
5 years ago
by
Jason Hiser
Browse files
Options
Downloads
Patches
Plain Diff
dealt with zafl-install var better
parent
90e3edb4
No related branches found
No related tags found
No related merge requests found
Pipeline
#3236
failed
5 years ago
Stage: clean
Stage: build
Stage: test
Stage: deploy
Changes
2
Pipelines
33
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
set_env_vars
+3
-5
3 additions, 5 deletions
set_env_vars
zipr_umbrella
+1
-1
1 addition, 1 deletion
zipr_umbrella
with
4 additions
and
6 deletions
set_env_vars
+
3
−
5
View file @
1a96b974
...
...
@@ -2,12 +2,10 @@ export ZAFL_TRACE_MAP_FIXED_ADDRESS=0x10000
export AFL_SKIP_BIN_CHECK=1
export ZAFL_HOME=$PWD
if [ -z "$ZAFL_INSTALL" -o -f manifest.txt ]; then
if [ -z "$ZAFL_INSTALL" ]; then
export ZAFL_INSTALL=$PWD/install
fi
export PS_INSTALL=$ZAFL_INSTALL/zipr_umbrella
if [ -z "$ZAFL_INSTALL" ]; then
export ZAFL_INSTALL=$PWD/install
fi
export PS_INSTALL=$ZAFL_INSTALL/zipr_umbrella
cd $ZAFL_HOME/zipr_umbrella
source ./set_env_vars
...
...
This diff is collapsed.
Click to expand it.
zipr_umbrella
@
018f3580
Compare
0946430d
...
018f3580
Subproject commit 0
946430dd7027ecce49bf4ef5043703ca9c0e067
Subproject commit 0
18f3580c62c7293810f937594c5cf078376dc1a
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