mirror of
https://github.com/3proxy/3proxy.git
synced 2026-04-13 00:10:11 +08:00
Update workflows and makefiles (3 commits squashed)
This commit is contained in:
parent
d93791b815
commit
26679cbb60
2
.github/workflows/build-rpm-armhf.yml
vendored
2
.github/workflows/build-rpm-armhf.yml
vendored
@ -51,7 +51,7 @@ jobs:
|
|||||||
echo "Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg" >>~/ubuntu.sources
|
echo "Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg" >>~/ubuntu.sources
|
||||||
sudo cp ~/ubuntu.sources /etc/apt/sources.list.d/ubuntu.sources
|
sudo cp ~/ubuntu.sources /etc/apt/sources.list.d/ubuntu.sources
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install libssl-dev:armhf libpam-dev:armhf libpcre2-dev:armhf rpm crossbuild-essential-armhf
|
sudo apt install libssl-dev:armhf libpam0g:armhf libpam0g-dev:armhf libpcre2-dev:armhf rpm crossbuild-essential-armhf
|
||||||
- name: make rpmbuild dir
|
- name: make rpmbuild dir
|
||||||
run: mkdir -p ~/rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS}
|
run: mkdir -p ~/rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS}
|
||||||
- name: configure rpm env
|
- name: configure rpm env
|
||||||
|
|||||||
2
.github/workflows/build-rpm-x86-64.yml
vendored
2
.github/workflows/build-rpm-x86-64.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
- name: Linux libraries
|
- name: Linux libraries
|
||||||
run: |
|
run: |
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install libssl-dev libpam-dev libpcre2-dev rpm
|
sudo apt install libssl-dev libpam libpam-dev libpcre2-dev rpm
|
||||||
- name: make rpmbuild dir
|
- name: make rpmbuild dir
|
||||||
run: mkdir -p ~/rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS}
|
run: mkdir -p ~/rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS}
|
||||||
- name: configure rpm env
|
- name: configure rpm env
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user