mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:31:43 +00:00
Test for jansson shared library rather than .la file (#60082)
Test for jansson shared library rather than libtool archive
This commit is contained in:
parent
c860b01eac
commit
e3889dff42
@ -32,5 +32,5 @@ fileExistenceTests:
|
||||
gid: 101
|
||||
permissions: 'drwxr-xr-x'
|
||||
- name: 'jansson package'
|
||||
path: 'usr/lib/libjansson.la'
|
||||
path: 'usr/lib/libjansson.so.4'
|
||||
shouldExist: true
|
||||
|
||||
@ -45,7 +45,7 @@ fileExistenceTests:
|
||||
gid: 101
|
||||
permissions: 'drwxr-xr-x'
|
||||
- name: 'jansson package'
|
||||
path: 'usr/lib/libjansson.la'
|
||||
path: 'usr/lib/libjansson.so.4'
|
||||
shouldExist: true
|
||||
|
||||
metadataTest:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user