Skip to content

Commit dbfdc1f

Browse files
nikarhfrangarcj
authored andcommitted
Removed windows mingw build from the pipeline
For two reasons: 1. It wasn't building anyway, because [this](https://github.com/vitasdk/vita-toolchain/blob/a302403d560b9df6a34b57b454768f9a391e233d/src/elf-create-argp.c#L79) useses `strndup` which is only available on POSIX 2. Use wsl2
1 parent 2dc7942 commit dbfdc1f

1 file changed

Lines changed: 1 addition & 28 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -53,31 +53,4 @@ jobs:
5353
with:
5454
name: vitasdk-macos
5555
path: build/*.tar.bz2
56-
build-windows:
57-
runs-on: ubuntu-latest
58-
container: ubuntu:14.04
59-
steps:
60-
- uses: actions/checkout@v3
61-
- name: Install dependencies
62-
run: |
63-
sudo apt-get update
64-
sudo apt-get install -y software-properties-common
65-
sudo add-apt-repository ppa:george-edison55/cmake-3.x
66-
sudo apt-get update
67-
sudo apt-get install -y cmake cmake-data git build-essential autoconf automake libtool texinfo bison flex pkg-config g++-mingw-w64 python
68-
- name: Build
69-
run: |
70-
git config --global user.email "builds@travis-ci.com"
71-
git config --global user.name "Travis CI"
72-
unset CXX
73-
unset CC
74-
mkdir build
75-
cd build
76-
cmake .. -DCMAKE_TOOLCHAIN_FILE=toolchain-x86_64-w64-mingw32.cmake
77-
make -j$(nproc) tarball
78-
- name: Upload artifacts
79-
if: ${{ success() }}
80-
uses: actions/upload-artifact@v3
81-
with:
82-
name: vitasdk-windows
83-
path: build/*.tar.bz2
56+

0 commit comments

Comments
 (0)