mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
ci: Prevent installing fuse
Signed-off-by: James Valleroy <jvalleroy@mailbox.org> Reviewed-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
This commit is contained in:
parent
a8bd82bcfc
commit
71d8f1f923
@ -8,6 +8,7 @@ before_script:
|
||||
- apt-get install -y sshpass parted # Test dependencies
|
||||
- apt-get install -y sudo
|
||||
- apt-get remove -y python3.7* libpython3.7* # Use python3.6 when installing dependencies
|
||||
- apt-mark hold fuse # not installable in CI environment
|
||||
- apt-get install -y $(./run --list-dependencies) # Module dependencies
|
||||
|
||||
stages:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user