mirror of
https://github.com/shadps4-emu/ext-libusb.git
synced 2026-01-31 00:55:21 +01:00
CI: Remove build job for MSYS clang32
Upstream dropped support for clang32, and our CI build already fails on it, so remove the build job. https://github.com/msys2/setup-msys2/pull/458 Closes #1607 Signed-off-by: Jesse Taube <Mr.Bossman075@gmail.com>
This commit is contained in:
committed by
Tormod Volden
parent
de38189e80
commit
0e0a072220
25
.github/workflows/msys2_clang32.yml
vendored
25
.github/workflows/msys2_clang32.yml
vendored
@@ -1,25 +0,0 @@
|
||||
name: MSYS2 clang32 build
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: windows-latest
|
||||
defaults:
|
||||
run:
|
||||
shell: msys2 {0}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: msys2/setup-msys2@v2
|
||||
with:
|
||||
msystem: clang32
|
||||
update: true
|
||||
install: git mingw-w64-clang-i686-cc mingw-w64-clang-i686-autotools
|
||||
- name: CI-Build
|
||||
run: |
|
||||
echo 'Running in MSYS2!'
|
||||
./bootstrap.sh
|
||||
# Disabling tests as there is some issue that prevents libtool from
|
||||
# finalizing its executable wrappers.
|
||||
# Perhaps this one https://github.com/msys2/MSYS2-packages/issues/1351
|
||||
# but it only occurs on clang32 configuration.
|
||||
./.private/ci-build.sh --build-dir build-msys2-clang32 --no-test
|
||||
@@ -1 +1 @@
|
||||
#define LIBUSB_NANO 11941
|
||||
#define LIBUSB_NANO 11942
|
||||
|
||||
Reference in New Issue
Block a user