Skip to content

Commit

Permalink
totally remove msys2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
diamant3 committed Mar 31, 2024
1 parent aed9067 commit 3e0c1b1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,6 @@ jobs:
run: |
brew update
brew install gettext texinfo bison flex gnu-sed gsl gmp mpfr
#- name: Install in MSYS2
# if: matrix.os[0] == 'windows-latest'
# uses: msys2/setup-msys2@v2
# with:
# msystem: MINGW32
# install: base-devel git make texinfo flex bison patch binutils mingw-w64-i686-gcc mingw-w64-i686-dlfcn mingw-w64-i686-mpc
# update: true
- name: Runs all stages
run: |
Expand Down
1 change: 0 additions & 1 deletion scripts/005-gcc-stage2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ rm -rf build-$TARGET-stage2 && mkdir build-$TARGET-stage2 && cd build-$TARGET-st
--disable-libssp \
--disable-multilib \
--enable-threads=posix \
# --disable-libstdcxx-pch \
$TARG_XTRA_OPTS || { exit 1; }

## Compile and install.
Expand Down

0 comments on commit 3e0c1b1

Please sign in to comment.