From 00e5954a6e012e190cf1518c43525dbfaad5e832 Mon Sep 17 00:00:00 2001 From: umarcor Date: Wed, 20 May 2020 17:57:55 +0200 Subject: ci(msys2): explicitly exiting is not required anymore --- dist/msys2-mingw/llvm/PKGBUILD | 1 - dist/msys2-mingw/mcode/PKGBUILD | 1 - 2 files changed, 2 deletions(-) (limited to 'dist/msys2-mingw') diff --git a/dist/msys2-mingw/llvm/PKGBUILD b/dist/msys2-mingw/llvm/PKGBUILD index 3fa78522d..a947aa1e3 100644 --- a/dist/msys2-mingw/llvm/PKGBUILD +++ b/dist/msys2-mingw/llvm/PKGBUILD @@ -19,7 +19,6 @@ build() { cd "${srcdir}/builddir" ../../../../../configure --prefix=${MINGW_PREFIX} --with-llvm-config="llvm-config --link-static" LDFLAGS="-static" --enable-libghdl --enable-synth make GNATMAKE="gnatmake -j$(nproc)" - exit } package() { diff --git a/dist/msys2-mingw/mcode/PKGBUILD b/dist/msys2-mingw/mcode/PKGBUILD index 79c0c399f..591fa6693 100644 --- a/dist/msys2-mingw/mcode/PKGBUILD +++ b/dist/msys2-mingw/mcode/PKGBUILD @@ -19,7 +19,6 @@ build() { cd "${srcdir}/builddir" ../../../../../configure --prefix=${MINGW_PREFIX} LDFLAGS=-static --enable-libghdl --enable-synth make GNATMAKE="gnatmake -j$(nproc)" - exit } package() { -- cgit v1.2.3