Skip to content

Commit

Permalink
ci: use github.com instead of gitlab.gnome.org (#3340)
Browse files Browse the repository at this point in the history
**What problem is this PR intended to solve?**

Use github instead of gitlab.gnome.org, because the gnome infrastructure
has been unstable:

- https://discourse.gnome.org/t/login-problems-gitlab/25132/3
- https://gitlab.gnome.org/Infrastructure/Infrastructure/-/issues/1794
- https://gitlab.gnome.org/Infrastructure/Infrastructure/-/issues/1792

and it's not obvious that the gnome infrastructure team is working on it
-- there are no meaningful updates as of this writing, and the status
page still shows green despite a complete inability to `git clone` or
load most web pages


![image](https://github.com/user-attachments/assets/2027ae72-2b1e-4bdb-8d42-5ac6716b4b98)

🤷
  • Loading branch information
flavorjones authored Nov 18, 2024
2 parents e8d30a7 + 7159ae1 commit 9568860
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
NOCONFIGURE: t
shell: bash
run: |
git clone --depth=1 https://gitlab.gnome.org/GNOME/libxml2
git clone --depth=1 https://github.com/gnome/libxml2
cd libxml2
git log -n1
./autogen.sh
Expand All @@ -51,7 +51,7 @@ jobs:
NOCONFIGURE: t
shell: bash
run: |
git clone --depth=1 https://gitlab.gnome.org/GNOME/libxslt
git clone --depth=1 https://github.com/gnome/libxslt
cd libxslt
git log -n1
./autogen.sh
Expand All @@ -72,15 +72,15 @@ jobs:
env:
NOCONFIGURE: t
run: |
git clone --depth=1 https://gitlab.gnome.org/GNOME/libxml2
git clone --depth=1 https://github.com/gnome/libxml2
cd libxml2
git log -n1
./autogen.sh
- name: Setup libxslt
env:
NOCONFIGURE: t
run: |
git clone --depth=1 https://gitlab.gnome.org/GNOME/libxslt
git clone --depth=1 https://github.com/gnome/libxslt
cd libxslt
git log -n1
./autogen.sh
Expand Down

0 comments on commit 9568860

Please sign in to comment.