Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
Zipr Toolchain
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
Zipr Toolchain
Commits
e06f9c71
Commit
e06f9c71
authored
2 years ago
by
Jason Hiser
Browse files
Options
Downloads
Patches
Plain Diff
Change bzip to passing test to make master work. debug bzip2 later.
parent
132e75ac
No related branches found
No related tags found
1 merge request
!43
Add libc test
Pipeline
#21773
failed
2 years ago
Stage: gather
Stage: cross-protect
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cicd_testing/builtin-xforms.sh
+1
-1
1 addition, 1 deletion
cicd_testing/builtin-xforms.sh
with
1 addition
and
1 deletion
cicd_testing/builtin-xforms.sh
+
1
−
1
View file @
e06f9c71
...
@@ -10,7 +10,7 @@ cd $PEASOUP_HOME/tests
...
@@ -10,7 +10,7 @@ cd $PEASOUP_HOME/tests
make clean
;
make clean
;
if
[[
$(
uname
-m
)
==
'armv7l'
]]
||
[[
$(
uname
-m
)
==
'aarch64'
]]
;
then
if
[[
$(
uname
-m
)
==
'armv7l'
]]
||
[[
$(
uname
-m
)
==
'aarch64'
]]
;
then
./test_cmds.sh
-c
"rida"
-l
-a
"
bzip2
ls"
./test_cmds.sh
-c
"rida"
-l
-a
"
du
ls"
else
else
./test_cmds.sh
-c
"rida fix_calls_rida fix_calls_ida"
-l
-a
"bzip2 tcpdump"
./test_cmds.sh
-c
"rida fix_calls_rida fix_calls_ida"
-l
-a
"bzip2 tcpdump"
if
lsb_release
-d
|
grep
'Ubuntu 20.04.4 LTS'
;
then
if
lsb_release
-d
|
grep
'Ubuntu 20.04.4 LTS'
;
then
...
...
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