Skip to content

Commit

Permalink
fix: gmplib is brocking github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kawaemon committed Sep 24, 2024
1 parent 37e336e commit c40bea7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rusty-ponyo"
version = "2024.9.25-1"
version = "2024.9.25-2"
authors = ["kawaemon <[email protected]>"]
edition = "2021"

Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ run cd \
&& git clone https://gitlab.archlinux.org/archlinux/packaging/packages/gmp.git \
&& cd gmp \
&& echo 'options=(!strip staticlibs)' >> PKGBUILD \
&& sed -i 's|https://gmplib.org/download/gmp/gmp|https://ftp.gnu.org/gnu/gmp/gmp|' PKGBUILD \
&& MAKEFLAGS="-j$(nproc)" makepkg --skippgpcheck --nocheck --noconfirm
user root
run mv /home/kawak/gmp/gmp-*.pkg.* /gmp
Expand Down

0 comments on commit c40bea7

Please sign in to comment.