Skip to content

Commit e13c09f

Browse files
authored
Merge pull request #1506 from clasp-developers/repo-mirror
Use gitlab.common-lisp.net mirrors
2 parents 0d902d8 + 5621df2 commit e13c09f

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/test.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- cando
2323
os:
2424
- macos-latest
25-
- ubuntu-22.04
25+
- ubuntu-latest
2626
mode:
2727
- bytecode
2828
- faso
@@ -31,17 +31,17 @@ jobs:
3131

3232
steps:
3333
- name: Install Ubuntu dependencies
34-
if: matrix.os == 'ubuntu-22.04'
34+
if: matrix.os == 'ubuntu-latest'
3535
run: |
3636
sudo apt-get update
3737
sudo apt install -y binutils-gold clang-15 libclang-15-dev libclang-cpp15-dev llvm-15 llvm-15-dev libelf-dev libgmp-dev libunwind-dev ninja-build sbcl libnetcdf-dev libexpat1-dev libfmt-dev libboost-all-dev
3838
3939
- name: Install MacOS dependencies
4040
if: matrix.os == 'macos-latest'
4141
run: |
42+
rm /usr/local/bin/2to3
4243
brew update
43-
brew upgrade
44-
brew install boost fmt gmp llvm@17 ninja pkg-config sbcl ecl netcdf expat
44+
brew install boost fmt gmp llvm@17 ninja pkg-config sbcl netcdf
4545
- name: Checkout repository
4646
uses: actions/checkout@v4
4747

@@ -54,11 +54,11 @@ jobs:
5454
conda install -c conda-forge ambertools
5555
5656
- name: Clasp koga @ Ubuntu
57-
if: ${{ matrix.os == 'ubuntu-22.04' && matrix.build == 'clasp' }}
57+
if: ${{ matrix.os == 'ubuntu-latest' && matrix.build == 'clasp' }}
5858
run: |
5959
./koga --build-mode=${{ matrix.mode }}
6060
- name: Cando koga @ Ubuntu
61-
if: ${{ matrix.os == 'ubuntu-22.04' && matrix.build == 'cando' }}
61+
if: ${{ matrix.os == 'ubuntu-latest' && matrix.build == 'cando' }}
6262
run: |
6363
./koga --build-mode=${{ matrix.mode }} --extensions=cando,seqan-clasp
6464
- name: Clasp koga @ MacOS

repos.sexp

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
;;;; 4. src/ - C/C++ dependencies for iclasp
66
;;;; 5. extensions/ - extensions and their dependencies
77
((:name :ansi-test
8-
:repository "https://gitlab.common-lisp.net/ansi-test/ansi-test.git"
8+
:repository "https://github.com/clasp-developers/ansi-test.git"
99
:directory "dependencies/ansi-test/"
1010
:branch "master")
1111
(:name :cl-bench
12-
:repository "https://gitlab.common-lisp.net/ansi-test/cl-bench.git"
12+
:repository "https://github.com/clasp-developers/cl-bench.git"
1313
:directory "dependencies/cl-bench/"
1414
:branch "master")
1515
(:name :cl-who
@@ -37,7 +37,7 @@
3737
:directory "src/lisp/kernel/contrib/Acclimation/"
3838
:commit "dd15c86b0866fc5d8b474be0da15c58a3c04c45c")
3939
(:name :alexandria
40-
:repository "https://gitlab.common-lisp.net/alexandria/alexandria.git"
40+
:repository "https://github.com/clasp-developers/alexandria.git"
4141
:directory "src/lisp/kernel/contrib/alexandria/"
4242
:commit "v1.4")
4343
(:name :anaphora
@@ -66,7 +66,7 @@
6666
:commit "a4c5ad600425842e8b6233b1fa22610ffcd874c3"
6767
:extension :cando)
6868
(:name :trivial-utf-8
69-
:repository "https://gitlab.common-lisp.net/trivial-utf-8/trivial-utf-8.git"
69+
:repository "https://github.com/clasp-developers/trivial-utf-8.git"
7070
:directory "src/lisp/kernel/contrib/trivial-utf-8/"
7171
:commit "6ca9943588cbc61ad22a3c1ff81beb371e122394"
7272
:extension :cando)
@@ -201,7 +201,7 @@
201201
:directory "src/lisp/kernel/contrib/usocket/"
202202
:commit "7ad6582cc1ce9e7fa5931a10e73b7d2f2688fa81")
203203
(:name :asdf
204-
:repository "https://gitlab.common-lisp.net/yitzchak/asdf.git"
204+
:repository "https://github.com/clasp-developers/asdf.git"
205205
:directory "src/lisp/modules/asdf/"
206206
:branch "add-clasp-bytecode-support")
207207
(:name :mps

0 commit comments

Comments
 (0)