mirror of
https://gitlab.com/vindarel/ciel.git
synced 2026-01-30 12:22:52 -08:00
void CI: update xbps, as void builds failed
This commit is contained in:
parent
1cc025b88f
commit
e1f625ffb5
2 changed files with 2 additions and 1 deletions
|
|
@ -49,6 +49,7 @@ build void:
|
|||
# to clone libraries not in Quicklisp,
|
||||
# and to update ASDF to >= 3.3.5 in order to use local-package-nicknames.
|
||||
before_script:
|
||||
- xbps-install -uy xbps
|
||||
- xbps-install -Syu
|
||||
|
||||
# The image doesn't have Quicklisp installed by default.
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -11,7 +11,7 @@ ql-deps:
|
|||
# This has been fixed upstream, not yet in Quicklisp
|
||||
git clone https://github.com/sharplispers/log4cl ~/quicklisp/local-projects/log4cl
|
||||
|
||||
# Install some sytem dependencies.
|
||||
# Install some system dependencies.
|
||||
debian-deps:
|
||||
apt-get install -y libmagic-dev libinotifytools0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue