Skip to content

Commit

Permalink
update build instructions, remove azure tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shayne-fletcher committed Jul 23, 2024
1 parent 17384cd commit 464ff27
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 200 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ghc-lib-da-ghc-8.4.3.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: ghc-lib-da-ghc-8.4.3
on:
push:
pull_request:
jobs:
runhaskell:
name: ${{ matrix.os }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ghc-lib-ghc-9.10.1-ghc-9.8.2.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: ghc-lib-ghc-9.10.1-ghc-9.8.2
on:
push:
pull_request:
jobs:
runhaskell:
name: ${{ matrix.os }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ghc-lib-ghc-9.8.2-ghc-9.6.5.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: ghc-lib-ghc-9.8.2-ghc-9.6.5
on:
push:
pull_request:
jobs:
runhaskell:
name: ${{ matrix.os }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ghc-lib-ghc-master-ghc-9.10.1.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: ghc-lib-ghc-master-ghc-9.10.1
on:
push:
pull_request:
jobs:
runhaskell:
name: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion CI.hs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ data DaFlavor = DaFlavor

-- Last tested gitlab.haskell.org/ghc/ghc.git at
current :: String
current = "41f1354dafe35aa6023d6c2553793208afa3fc31" -- 2024-07-14
current = "12d3b66cedd3c80e7c1e030238c92d26631cab8d" -- 2024-07-17

-- Command line argument generators.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ cabal run exe:ghc-lib-build-tool -- \
--patch=upstream/da-master-8.8.1 \
--patch=upstream/da-unit-ids-8.8.1 \
--gen-flavor=da-ghc-8.8.1 \
--upstream=https://github.com/digital-asset/ghc.git
--upstream=https://github.com/digital-asset/ghc.git
```

The DAML-specific process only differs from the normal one in that it patches
Expand Down
197 changes: 0 additions & 197 deletions azure-pipelines.yml

This file was deleted.

2 changes: 1 addition & 1 deletion ghc-lib-gen.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.4
name: ghc-lib-gen
version: 0.20240715.0
version: 0.1.0.0
synopsis: Cabal file generator for GHC as a library
description: Generate a cabal file for a subset of GHC for use as a library.
homepage:https://github.com/digital-asset/ghc-lib
Expand Down

0 comments on commit 464ff27

Please sign in to comment.