Skip to content

Commit 75649d4

Browse files
committed
f
1 parent dc68962 commit 75649d4

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

.github/scripts/build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ fi
1616

1717
ghcup --no-verbose install ghc --set --install-targets "${GHC_TARGETS}" "${GHC_VERSION}"
1818

19-
sed -i.bak -e '/DELETE MARKER FOR CI/,/END DELETE/d' cabal.project # see comment in cabal.project
2019
cabal update
2120
cabal user-config diff
2221
cabal user-config init -f

.github/workflows/release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
shell: bash
4747

4848
- name: Release
49-
if: startsWith(github.ref, 'refs/tags/')
5049
uses: softprops/action-gh-release@v1
5150
with:
5251
draft: true

.github/workflows/reusable-release.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,6 @@ jobs:
4949
echo apk_tools="${{ env.APK }}" >> "$GITHUB_OUTPUT"
5050
echo xbps_tools="${{ env.XBPS }}" >> "$GITHUB_OUTPUT"
5151
52-
# artifacts are also identified by branch names
53-
# (since we can trigger this action with a list of branches)
54-
# we need to make sure that upload/download action get valid filenames (e.g. '/' is
55-
# allowed in branch name, but not in file name)
56-
- name: Normalize branch names
57-
run: |
58-
5952
build-linux:
6053
name: Build linux binaries
6154
runs-on: ubuntu-latest
@@ -210,7 +203,7 @@ jobs:
210203
- name: Run build (32 bit linux)
211204
uses: docker://hasufell/i386-alpine-haskell:3.21
212205
with:
213-
args: sh -c "apk update && apk add groff bash binutils-gold curl gcc g++ gmp-dev libc-dev libffi-dev make musl-dev ncurses-dev perl tar xz autoconf automake bzip2 coreutils elfutils-dev findutils git jq bzip2-dev patch python3 sqlite sudo wget which zlib-dev patchelf zlib zlib-dev zlib-static && export PATH=$HOME/.ghcup/bin:$PATH && bash .github/scripts/build.sh"
206+
args: sh -c "export PATH=$HOME/.ghcup/bin:$PATH && bash .github/scripts/build.sh"
214207

215208
- if: always()
216209
name: Upload artifact

0 commit comments

Comments
 (0)