mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-06-03 10:17:57 +00:00
Compare commits
No commits in common. "e7e248bc3a5b1a37387aba5c10c577ad50cf8cb3" and "073f5827526c77ef4a97b8322cb4b4f9acf0a41c" have entirely different histories.
e7e248bc3a
...
073f582752
24
.github/workflows/makefile.yml
vendored
24
.github/workflows/makefile.yml
vendored
@ -52,31 +52,9 @@ jobs:
|
|||||||
if: steps.cache-cross.outputs.cache-hit != 'true'
|
if: steps.cache-cross.outputs.cache-hit != 'true'
|
||||||
run: sudo apt update
|
run: sudo apt update
|
||||||
|
|
||||||
- name: Purge autoconf
|
|
||||||
if: steps.cache-cross.outputs.cache-hit != 'true'
|
|
||||||
run: |
|
|
||||||
sudo apt --purge remove *autoconf*
|
|
||||||
sudo apt autoremove
|
|
||||||
sudo apt clean
|
|
||||||
|
|
||||||
- name: Install GCC Dependencies
|
- name: Install GCC Dependencies
|
||||||
if: steps.cache-cross.outputs.cache-hit != 'true'
|
if: steps.cache-cross.outputs.cache-hit != 'true'
|
||||||
run: sudo apt -y install build-essential bison flex libgmp3-dev libmpc-dev libmpfr-dev texinfo libzstd-dev libisl-dev m4 automake gettext gperf dejagnu guile-3.0 guile-3.0-dev expect tcl autogen tex-common sphinx-common git ssh diffutils patch autoconf2.69 libtool
|
run: sudo apt install build-essential bison flex libgmp3-dev libmpc-dev libmpfr-dev texinfo libzstd-dev libisl-dev autoconf m4 automake gettext gperf dejagnu guile-3.0 guile-3.0-dev expect tcl autogen tex-common sphinx-common git ssh diffutils patch -y
|
||||||
|
|
||||||
- name: Recheck autoconf
|
|
||||||
if: steps.cache-cross.outputs.cache-hit != 'true'
|
|
||||||
run: |
|
|
||||||
if [ "$(autoconf --version | head -n 1 | awk '{print $NF}')" != "2.69" ]; then
|
|
||||||
echo "Autoconf version is not 2.69, performing additional steps..."
|
|
||||||
sudo apt --purge remove *autoconf*
|
|
||||||
sudo apt -y install wget tar make
|
|
||||||
wget http://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz
|
|
||||||
tar xvfvz autoconf-2.69.tar.gz
|
|
||||||
cd autoconf-2.69
|
|
||||||
./configure
|
|
||||||
make
|
|
||||||
sudo make install
|
|
||||||
fi
|
|
||||||
|
|
||||||
- name: Clone All
|
- name: Clone All
|
||||||
if: steps.cache-cross.outputs.cache-hit != 'true'
|
if: steps.cache-cross.outputs.cache-hit != 'true'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user