Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
19
Merge Requests
19
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos.core
Commits
e3c23562
Commit
e3c23562
authored
Sep 02, 2024
by
Thomas Gambier
🚴🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slapos/testing: don't check bin/phantomjs in checkSoftware
parent
58ee604f
Pipeline
#36522
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
slapos/testing/check_software.py
slapos/testing/check_software.py
+2
-0
No files found.
slapos/testing/check_software.py
View file @
e3c23562
...
@@ -122,6 +122,8 @@ def checkSoftware(slap, software_url):
...
@@ -122,6 +122,8 @@ def checkSoftware(slap, software_url):
'*/test/ELF/Inputs/version-use.so'
,
'*/test/ELF/Inputs/version-use.so'
,
# this library is just a text file containing "GROUP( libtinfo.so )" so it is not a dynamic executable
# this library is just a text file containing "GROUP( libtinfo.so )" so it is not a dynamic executable
'*/lib/libtermcap.so'
,
'*/lib/libtermcap.so'
,
# this binary is not compiled but downloaded directly from internet (and we use a wrapper with LD_LIBRARY_PATH to use it)
'*/bin/phantomjs'
,
))
))
software_hash
=
md5digest
(
software_url
)
software_hash
=
md5digest
(
software_url
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment