Skip to content

Commit

Permalink
CI>
Browse files Browse the repository at this point in the history
  • Loading branch information
GuardKenzie authored Sep 20, 2024
1 parent 681ae39 commit 5d6ea15
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,12 @@ repair-wheel-command = "auditwheel repair -w {dest_dir} {wheel}"
select = "*linux_aarch64"

before-all = [
"dnf group install -y 'Development Tools'",
"dnf install -y epel-release",
"dnf install -y ImageMagick-devel glib2-devel pkgconf-pkg-config",
"apt-get install -y libtool ImageMagick-devel",
"cd libs",
"git clone --branch $CHAFA_VERSION https://github.com/hpjansson/chafa libchafa_src",
"cd libchafa_src",
"mkdir m4",
"cp /usr/share/aclocal/pkg.m4 m4/",
# "mkdir m4",
# "cp /usr/share/aclocal/pkg.m4 m4/",
"./autogen.sh --without-tools",
"make",
"cd ../",
Expand Down

0 comments on commit 5d6ea15

Please sign in to comment.