Skip to content

Commit 67c14be

Browse files
committed
Remove unused SWIG native build job
1 parent 821dccd commit 67c14be

File tree

1 file changed

+0
-39
lines changed

1 file changed

+0
-39
lines changed

.github/workflows/build-and-test.yml

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -605,45 +605,6 @@ jobs:
605605
model-kind: ${{ matrix.models }}
606606
timeout-minutes: 5
607607
# Windows jobs
608-
swig_Windows:
609-
name: "Win|Build SWIG"
610-
runs-on: windows-2019
611-
steps:
612-
- name: Switch git-bash shell to MSYS2 shell by adding MSYS2 path to PATH front
613-
run: echo "$MSYS2_SHELL_PATH" >> $GITHUB_PATH
614-
- uses: mozilla/setup-msys2@v2
615-
with:
616-
msystem: MSYS
617-
update: true
618-
install: >-
619-
autoconf
620-
automake
621-
bison
622-
gcc
623-
git
624-
make
625-
pcre-devel
626-
- uses: actions/checkout@v2
627-
with:
628-
repository: "lissyx/swig"
629-
ref: "fec7d5d3179833e37759ffc6532f86344982e26a"
630-
- run: |
631-
mkdir -p build-static/
632-
- run: |
633-
export CFLAGS="-static-libgcc -static-libstdc++"
634-
export CXXFLAGS="-static-libgcc -static-libstdc++"
635-
sh autogen.sh
636-
./configure \
637-
--prefix=`pwd`/build-static/ \
638-
--program-prefix=ds-
639-
- run: |
640-
make -j
641-
- run: |
642-
make install
643-
- uses: actions/upload-artifact@v2
644-
with:
645-
name: ${{ github.job }}
646-
path: ${{ github.workspace }}/build-static/
647608
build-ctc-decoder-windows:
648609
name: "Win|Build CTC decoder Python package for testing"
649610
needs: [swig_Windows_crosscompiled]

0 commit comments

Comments
 (0)