Skip to content

Commit c40bea7

Browse files
committed
fix: gmplib is brocking github ci
1 parent 37e336e commit c40bea7

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rusty-ponyo"
3-
version = "2024.9.25-1"
3+
version = "2024.9.25-2"
44
authors = ["kawaemon <[email protected]>"]
55
edition = "2021"
66

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ run cd \
1515
&& git clone https://gitlab.archlinux.org/archlinux/packaging/packages/gmp.git \
1616
&& cd gmp \
1717
&& echo 'options=(!strip staticlibs)' >> PKGBUILD \
18+
&& sed -i 's|https://gmplib.org/download/gmp/gmp|https://ftp.gnu.org/gnu/gmp/gmp|' PKGBUILD \
1819
&& MAKEFLAGS="-j$(nproc)" makepkg --skippgpcheck --nocheck --noconfirm
1920
user root
2021
run mv /home/kawak/gmp/gmp-*.pkg.* /gmp

0 commit comments

Comments
 (0)