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
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Romain Courteaud
slapos.core
Commits
e0ab992f
Commit
e0ab992f
authored
Jul 18, 2023
by
Thomas Gambier
Committed by
Thomas Gambier
Jul 26, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slapos/testing: ignore version-use of llvm-lld in check_software
linux-vdso.so.1 (0x00007ffca2156000) foo.so => not found
parent
e9d3ddd5
Changes
1
Show 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 @
e0ab992f
...
...
@@ -117,6 +117,8 @@ def checkSoftware(slap, software_url):
'*/.vpython-root/*'
,
# this library is not readable by group/other
'*/libexec/ssh-keysign'
,
# this library is just a test loading foo.so which doesn't exist
'*/test/ELF/Inputs/version-use.so'
,
))
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