|
78 | 78 | , ARTIFACT: "x86_64-linux-ubuntu24.04"
|
79 | 79 | , ADD_CABAL_ARGS: "--enable-split-sections"
|
80 | 80 | },
|
81 |
| - { image: "linuxmintd/mint19.3-amd64" |
82 |
| - , installCmd: "apt-get update && apt-get install -y" |
83 |
| - , toolRequirements: "libnuma-dev zlib1g-dev libgmp-dev libgmp10 libssl-dev liblzma-dev libbz2-dev git wget lsb-release software-properties-common gnupg2 apt-transport-https gcc autoconf automake build-essential curl ghc gzip libffi-dev libncurses-dev libncurses5 libtinfo5 patchelf" |
84 |
| - , DISTRO: "Mint" |
85 |
| - , ARTIFACT: "x86_64-linux-mint19.3" |
86 |
| - , ADD_CABAL_ARGS: "--enable-split-sections" |
87 |
| - }, |
88 | 81 | { image: "linuxmintd/mint20.3-amd64"
|
89 | 82 | , installCmd: "apt-get update && apt-get install -y"
|
90 | 83 | , toolRequirements: "libnuma-dev zlib1g-dev libgmp-dev libgmp10 libssl-dev liblzma-dev libbz2-dev git wget lsb-release software-properties-common gnupg2 apt-transport-https gcc autoconf automake build-essential curl ghc gzip libffi-dev libncurses-dev libncurses5 libtinfo5 patchelf"
|
@@ -492,11 +485,6 @@ jobs:
|
492 | 485 | toolRequirements: autoconf automake binutils bzip2 coreutils curl elfutils-devel elfutils-libs findutils gcc gcc-c++ git gmp gmp-devel jq lbzip2 make ncurses ncurses-compat-libs ncurses-devel openssh-clients patch perl pxz python3 sqlite sudo wget which xz zlib-devel patchelf tree
|
493 | 486 | DISTRO: Fedora
|
494 | 487 | ARTIFACT: "x86_64-linux-fedora33"
|
495 |
| - - image: linuxmintd/mint19.3-amd64 |
496 |
| - installCmd: apt-get update && apt-get install -y |
497 |
| - toolRequirements: libnuma-dev zlib1g-dev libgmp-dev libgmp10 libssl-dev liblzma-dev libbz2-dev git wget lsb-release software-properties-common gnupg2 apt-transport-https gcc autoconf automake build-essential curl ghc gzip libffi-dev libncurses-dev libncurses5 libtinfo5 patchelf tree |
498 |
| - DISTRO: Mint |
499 |
| - ARTIFACT: "x86_64-linux-mint19.3" |
500 | 488 | - image: "rockylinux:8"
|
501 | 489 | installCmd: "yum -y install epel-release && yum install -y --allowerasing"
|
502 | 490 | toolRequirements: "autoconf automake binutils bzip2 coreutils curl elfutils-devel elfutils-libs findutils gcc gcc-c++ git gmp gmp-devel jq lbzip2 make ncurses ncurses-compat-libs ncurses-devel openssh-clients patch perl pxz python3 sqlite sudo wget which xz zlib-devel patchelf tree"
|
@@ -869,11 +857,6 @@ jobs:
|
869 | 857 | toolRequirements: autoconf automake binutils bzip2 coreutils curl elfutils-devel elfutils-libs findutils gcc gcc-c++ git gmp gmp-devel jq lbzip2 make ncurses ncurses-compat-libs ncurses-devel openssh-clients patch perl pxz python3 sqlite sudo wget which xz zlib-devel patchelf tree
|
870 | 858 | DISTRO: Fedora
|
871 | 859 | ARTIFACT: "x86_64-linux-fedora33"
|
872 |
| - - image: linuxmintd/mint19.3-amd64 |
873 |
| - installCmd: apt-get update && apt-get install -y |
874 |
| - toolRequirements: libnuma-dev zlib1g-dev libgmp-dev libgmp10 libssl-dev liblzma-dev libbz2-dev git wget lsb-release software-properties-common gnupg2 apt-transport-https gcc autoconf automake build-essential curl ghc gzip libffi-dev libncurses-dev libncurses5 libtinfo5 patchelf tree |
875 |
| - DISTRO: Mint |
876 |
| - ARTIFACT: "x86_64-linux-mint19.3" |
877 | 860 | - image: "fedora:33"
|
878 | 861 | installCmd: dnf install -y
|
879 | 862 | toolRequirements: autoconf automake binutils bzip2 coreutils curl elfutils-devel elfutils-libs findutils gcc gcc-c++ git gmp gmp-devel jq lbzip2 make ncurses ncurses-compat-libs ncurses-devel openssh-clients patch perl pxz python3 sqlite sudo wget which xz zlib-devel patchelf tree
|
@@ -1147,10 +1130,6 @@ jobs:
|
1147 | 1130 | with:
|
1148 | 1131 | path: ./out
|
1149 | 1132 | name: bindists-x86_64-linux-rocky9
|
1150 |
| - - uses: actions/download-artifact@v3 |
1151 |
| - with: |
1152 |
| - path: ./out |
1153 |
| - name: bindists-x86_64-linux-mint19.3 |
1154 | 1133 | - uses: actions/download-artifact@v3
|
1155 | 1134 | with:
|
1156 | 1135 | path: ./out
|
|
0 commit comments