:: commit c7609a162333d914ab3350994cd18f9b601d389e

mintsuki <mintsuki@protonmail.com> — 2024-01-06 17:43

parents: f9e2fda93d

Revert "ci: Use Arch Linux testing container"

This reverts commit 92ce92700d3ef871730375995beb2762ca92dba9.
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index 8841a441..f2dc0880 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -9,12 +9,6 @@ jobs:
     container: archlinux:latest
 
     steps:
-      - name: Switch to Arch testing
-        run: |
-          set -e
-          sed -i ':a;N;$!ba;s/#\[core-testing\]\n#Include/[core-testing]\nInclude/g' /etc/pacman.conf
-          sed -i ':a;N;$!ba;s/#\[extra-testing\]\n#Include/[extra-testing]\nInclude/g' /etc/pacman.conf
-
       - name: Install dependencies
         run: pacman --noconfirm -Syu && pacman --needed --noconfirm -S base-devel git autoconf automake nasm curl mtools llvm clang lld aarch64-linux-gnu-gcc riscv64-linux-gnu-gcc
 
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index fb521ba7..9ac8d963 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -12,12 +12,6 @@ jobs:
     container: archlinux:latest
 
     steps:
-      - name: Switch to Arch testing
-        run: |
-          set -e
-          sed -i ':a;N;$!ba;s/#\[core-testing\]\n#Include/[core-testing]\nInclude/g' /etc/pacman.conf
-          sed -i ':a;N;$!ba;s/#\[extra-testing\]\n#Include/[extra-testing]\nInclude/g' /etc/pacman.conf
-
       - name: Install dependencies
         run: pacman --noconfirm -Syu && pacman --needed --noconfirm -S base-devel git autoconf automake nasm curl mtools llvm clang lld mingw-w64-gcc
 
tab: 248 wrap: offon