mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
ci: Don't install fuse and fuse3 packages in the CI environment
Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
This commit is contained in:
parent
97bb99b91c
commit
a41002ddec
@ -7,7 +7,7 @@ before_script:
|
||||
- apt-get install -y build-essential # Build dependencies
|
||||
- apt-get install -y sshpass parted # Test dependencies
|
||||
- apt-get install -y sudo
|
||||
- apt-mark hold fuse # not installable in CI environment
|
||||
- apt-mark hold fuse fuse3 # not installable in CI environment
|
||||
- apt-get install -y $(./run --list-dependencies) # Module dependencies
|
||||
|
||||
stages:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user