mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 10:12:38 +02:00
ci: Deploy to PackageCloud in Fedora 37
This commit is contained in:
parent
58b23a6338
commit
b416a566be
1 changed files with 5 additions and 2 deletions
|
@ -250,9 +250,12 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Install packagecloud.io
|
name: Install packagecloud.io
|
||||||
command: |
|
command: |
|
||||||
dnf module install -y ruby:2.7 # requires ruby 2.7
|
# Fedora 37 has ruby 3.1 instead of 2.7.
|
||||||
|
dnf module install -y ruby:3.1
|
||||||
dnf --allowerasing -y distro-sync
|
dnf --allowerasing -y distro-sync
|
||||||
dnf install -y ruby-devel
|
# In order to build some native libraries (e.g., unf_ext), we also
|
||||||
|
# need to install C++ build tools.
|
||||||
|
dnf install -y ruby-devel make automake gcc gcc-c++
|
||||||
gem install package_cloud
|
gem install package_cloud
|
||||||
- run:
|
- run:
|
||||||
name: Deploy fedora/37
|
name: Deploy fedora/37
|
||||||
|
|
Loading…
Reference in a new issue