mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 18:56:55 +02:00
Specify fuse3:armhf to fix failing armhf tests (#10667)
These tests were turned off in https://github.com/certbot/certbot/pull/10665 See checks tab; full suite is passing with these changes.
This commit is contained in:
@@ -140,8 +140,8 @@ jobs:
|
|||||||
run-on: ubuntu-24.04-arm
|
run-on: ubuntu-24.04-arm
|
||||||
- arch-name: amd64
|
- arch-name: amd64
|
||||||
run-on: ubuntu-24.04
|
run-on: ubuntu-24.04
|
||||||
# - arch-name: armhf # temporarily turned off due to github's migration
|
- arch-name: armhf
|
||||||
# run-on: ubuntu-24.04-arm
|
run-on: ubuntu-24.04-arm
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v6.0.2
|
uses: actions/checkout@v6.0.2
|
||||||
@@ -157,7 +157,7 @@ jobs:
|
|||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
# apparmor will conflict with snapd:armhf dependency if not removed first
|
# apparmor will conflict with snapd:armhf dependency if not removed first
|
||||||
sudo apt-get remove -y apparmor
|
sudo apt-get remove -y apparmor
|
||||||
sudo apt-get install -y --no-install-recommends snapd:armhf nginx-light
|
sudo apt-get install -y --no-install-recommends fuse3:armhf snapd:armhf nginx-light
|
||||||
- name: Install non-armhf depdencies
|
- name: Install non-armhf depdencies
|
||||||
if: ${{ matrix.arch-name != 'armhf' }}
|
if: ${{ matrix.arch-name != 'armhf' }}
|
||||||
run: |-
|
run: |-
|
||||||
@@ -201,8 +201,8 @@ jobs:
|
|||||||
run-on: ubuntu-24.04-arm
|
run-on: ubuntu-24.04-arm
|
||||||
- arch-name: amd64
|
- arch-name: amd64
|
||||||
run-on: ubuntu-24.04
|
run-on: ubuntu-24.04
|
||||||
# - arch-name: armhf # temporarily turned off due to github's migration
|
- arch-name: armhf
|
||||||
# run-on: ubuntu-24.04-arm
|
run-on: ubuntu-24.04-arm
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v6.0.2
|
uses: actions/checkout@v6.0.2
|
||||||
@@ -215,7 +215,7 @@ jobs:
|
|||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
# apparmor will conflict with snapd:armhf dependency if not removed first
|
# apparmor will conflict with snapd:armhf dependency if not removed first
|
||||||
sudo apt-get remove -y apparmor
|
sudo apt-get remove -y apparmor
|
||||||
sudo apt-get install -y --no-install-recommends snapd:armhf
|
sudo apt-get install -y --no-install-recommends fuse3:armhf snapd:armhf
|
||||||
- name: Install non-armhf depdencies
|
- name: Install non-armhf depdencies
|
||||||
if: ${{ matrix.arch-name != 'armhf' }}
|
if: ${{ matrix.arch-name != 'armhf' }}
|
||||||
run: |-
|
run: |-
|
||||||
|
|||||||
Reference in New Issue
Block a user