Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libehp
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
libehp
Commits
2f174ace
Commit
2f174ace
authored
2 years ago
by
Jason Hiser
Browse files
Options
Downloads
Patches
Plain Diff
Update path to gitlab from allzp to opensrc
parent
e6d7c741
No related branches found
No related tags found
1 merge request
!15
Resolve "need ubuntu22 support, revive fuzzing"
Pipeline
#18818
failed
2 years ago
Stage: clean
Stage: build
Stage: test
Stage: fuzz
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cicd_testing/do-fuzz.sh
+2
-2
2 additions, 2 deletions
cicd_testing/do-fuzz.sh
with
2 additions
and
2 deletions
cicd_testing/do-fuzz.sh
+
2
−
2
View file @
2f174ace
...
...
@@ -13,11 +13,11 @@ function main()
cd
..
# force reinstall tools so we are always up-to-date
yes
|
sudo
bash
-c
"
$(
curl
-fsSL
allzp
.pages.zephyr-software.com/turbo/cli-install.sh
)
"
yes
|
sudo
bash
-c
"
$(
curl
-fsSL
opensrc
.pages.zephyr-software.com/turbo/cli-install.sh
)
"
sudo
bash
-c
'echo core >/proc/sys/kernel/core_pattern'
# docker run starts a container. since we started with --restart, it should come back up
# docker run -d --restart unless-stopped -p 55155:55155 git.zephyr-software.com:4567/
allzp
/turbo/turbo:latest
# docker run -d --restart unless-stopped -p 55155:55155 git.zephyr-software.com:4567/
opensrc
/turbo/turbo:latest
# better done with boost add -q -i
turbo-cli boost add libehp
||
true
...
...
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