Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tarantool
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
core
tarantool
Commits
af217d05
Commit
af217d05
authored
1 year ago
by
Egor Ivkov
Committed by
Dmitry Ivanov
3 months ago
Browse files
Options
Downloads
Patches
Plain Diff
test/fuzz: shallow clone oss-fuzz
NO_DOC=internal NO_TEST=internal NO_CHANGELOG=internal
parent
8eb98e29
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-2
4 additions, 2 deletions
.gitlab-ci.yml
with
4 additions
and
2 deletions
.gitlab-ci.yml
+
4
−
2
View file @
af217d05
...
...
@@ -79,9 +79,10 @@ fuzz-check-build:
script
:
# Clone oss-fuzz instead of adding it as a submodule
# as we don't want it to be checked by static analyzers - it's used only for fuzzing
-
git clone https://github.com/google/oss-fuzz.git
-
git clone
--depth=1
https://github.com/google/oss-fuzz.git
-
cd oss-fuzz
# Checkout a fixed oss-fuzz commit to guarantee reproducible builds
-
git fetch --depth=1 origin e8e124996508f1e4ffe566896638c7213ab440d5
-
git checkout e8e124996508f1e4ffe566896638c7213ab440d5
-
python3 infra/helper.py build_image --no-pull --external ..
-
python3 infra/helper.py build_fuzzers --external .. --sanitizer=address
...
...
@@ -96,9 +97,10 @@ fuzz-run:
script
:
# Clone oss-fuzz instead of adding it as a submodule
# as we don't want it to be checked by static analyzers - it's used only for fuzzing
-
git clone https://github.com/google/oss-fuzz.git
-
git clone
--depth=1
https://github.com/google/oss-fuzz.git
-
cd oss-fuzz
# Checkout a fixed oss-fuzz commit to guarantee reproducible builds
-
git fetch --depth=1 origin e8e124996508f1e4ffe566896638c7213ab440d5
-
git checkout e8e124996508f1e4ffe566896638c7213ab440d5
-
python3 infra/helper.py build_image --no-pull --external ..
-
python3 infra/helper.py build_fuzzers --external .. --sanitizer=address
...
...
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