mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
Revert "ci: Use python3.6 when installing dependencies"
This reverts commit 8dc4d793df72ba6a2ad055d22b8fcf69eb5b3859. Signed-off-by: James Valleroy <jvalleroy@mailbox.org> Reviewed-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
This commit is contained in:
parent
13646d58d5
commit
2cd77f8aa8
@ -7,7 +7,6 @@ before_script:
|
||||
- apt-get install -y build-essential # Build dependencies
|
||||
- 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
|
||||
|
||||
@ -33,7 +32,6 @@ run-unit-tests:
|
||||
build-debian-package:
|
||||
stage: package
|
||||
script:
|
||||
- apt-get build-dep -y . # Re-install python3.7 again
|
||||
- DEB_BUILD_OPTIONS=nocheck dpkg-buildpackage -us -uc -b
|
||||
- mkdir debian-package
|
||||
- mv ../plinth*.deb debian-package
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user