mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
clean up
cached libreadline no longer appearing after 18 hours :/
This commit is contained in:
parent
768b295159
commit
ed1063840d
1 changed files with 2 additions and 10 deletions
|
@ -46,13 +46,5 @@ provides:
|
||||||
- bin/bq
|
- bin/bq
|
||||||
- bin/anthoscli
|
- bin/anthoscli
|
||||||
|
|
||||||
test:
|
# for more tests we need to authenticate with a service account
|
||||||
dependencies:
|
test: gcloud --version | grep {{version}}
|
||||||
gnu.org/readline: 8.2.0
|
|
||||||
script:
|
|
||||||
- run: |
|
|
||||||
ls -l {{deps.gnu.org/readline.prefix}}/lib/libreadline.so.8
|
|
||||||
ldd {{deps.gnu.org/readline.prefix}}/lib/libreadline.so.8
|
|
||||||
if: linux
|
|
||||||
- gcloud --version | grep {{version}}
|
|
||||||
# for more tests we need to authenticate with a service account
|
|
||||||
|
|
Loading…
Reference in a new issue