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
c98767cc
Commit
c98767cc
authored
6 years ago
by
Anh Nguyen-Tuong
Browse files
Options
Downloads
Patches
Plain Diff
get_packages --> get-package
parent
d1646139
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#1434
canceled
6 years ago
Stage: clean
Stage: build
Stage: test
Stage: install
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
cicd_testing/afl-zafl.sh
+1
-0
1 addition, 0 deletions
cicd_testing/afl-zafl.sh
manifest.txt
+1
-1
1 addition, 1 deletion
manifest.txt
with
3 additions
and
2 deletions
README.md
+
1
−
1
View file @
c98767cc
...
@@ -17,7 +17,7 @@ Note that you will need **sudo** privileges to get and install all the required
...
@@ -17,7 +17,7 @@ Note that you will need **sudo** privileges to get and install all the required
git clone
--recurse-submodules
git@git.zephyr-software.com:allnp/zafl_umbrella.git
git clone
--recurse-submodules
git@git.zephyr-software.com:allnp/zafl_umbrella.git
cd
zafl_umbrella
cd
zafl_umbrella
.
set_env_vars
.
set_env_vars
./get
_
packages.sh
./get
-
packages.sh
./build-all.sh
./build-all.sh
```
```
Note:
Note:
...
...
This diff is collapsed.
Click to expand it.
cicd_testing/afl-zafl.sh
+
1
−
0
View file @
c98767cc
...
@@ -11,6 +11,7 @@ save_core_pattern=/tmp/$(whoami).core_pattern
...
@@ -11,6 +11,7 @@ save_core_pattern=/tmp/$(whoami).core_pattern
sudo cat
/proc/sys/kernel/core_pattern
>
$save_core_pattern
sudo cat
/proc/sys/kernel/core_pattern
>
$save_core_pattern
echo
"Setup core pattern for afl"
echo
"Setup core pattern for afl"
sudo
$ZAFL_HOME
/zfuzz/util/setup-afl.sh
sudo
$ZAFL_HOME
/zfuzz/util/afl_setup_core_pattern.sh
sudo
$ZAFL_HOME
/zfuzz/util/afl_setup_core_pattern.sh
echo
"Test various zafl configurations"
echo
"Test various zafl configurations"
...
...
This diff is collapsed.
Click to expand it.
manifest.txt
+
1
−
1
View file @
c98767cc
...
@@ -5,4 +5,4 @@ submanifest zfuzz/manifest.txt
...
@@ -5,4 +5,4 @@ submanifest zfuzz/manifest.txt
# env vars.
# env vars.
file set_env_vars zafl
file set_env_vars zafl
file set_env_vars zfuzz
file set_env_vars zfuzz
file get
_
packages.sh zafl
file get
-
packages.sh 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