Skip to content

Commit

Permalink
disable cabal build
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Huber <[email protected]>
  • Loading branch information
maxhbr committed Mar 13, 2024
1 parent a30b055 commit 98d27e9
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,32 +72,32 @@ jobs:
./.github/workflows/docker-add-data-to-img.sh "$(readlink -f data)" "ghcr.io/maxhbr/ldbcollector:latest" "ghcr.io/maxhbr/ldbcollector-with-data:latest"
docker push "ghcr.io/maxhbr/ldbcollector-with-data:latest"
build:
name: Build via Cabal
runs-on: ubuntu-latest
# cabal:
# name: Build via Cabal
# runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: submodule checkout (partially complete)
run: |
sed -i 's/[email protected]:/https:\/\/github.com\//g' .gitmodules
sed -i 's/[email protected]:/https:\/\/gitlab.com\//g' .gitmodules
git submodule sync --recursive || true
git submodule update --init --recursive || true
# steps:
# - uses: actions/checkout@v4
# - name: submodule checkout (partially complete)
# run: |
# sed -i 's/[email protected]:/https:\/\/github.com\//g' .gitmodules
# sed -i 's/[email protected]:/https:\/\/gitlab.com\//g' .gitmodules
# git submodule sync --recursive || true
# git submodule update --init --recursive || true

- uses: haskell/actions/setup@v2
with:
ghc-version: '9.4.8'
cabal-version: 'latest'
enable-stack: false
# - uses: haskell/actions/setup@v2
# with:
# ghc-version: '9.4.8'
# cabal-version: 'latest'
# enable-stack: false

- run: cabal update
- run: cabal build
# - run: cabal test
# - run: time cabal run -- write BSD-3-Clause
# - uses: actions/upload-artifact@v2
# with:
# name: out
# path: _out
# - run: cabal update
# - run: cabal build
# # - run: cabal test
# # - run: time cabal run -- write BSD-3-Clause
# # - uses: actions/upload-artifact@v2
# # with:
# # name: out
# # path: _out


0 comments on commit 98d27e9

Please sign in to comment.