Update new-working-on-ghc-lib.md to mention da-master-8.8.1-daml-2.x (#18259)

This commit is contained in:
Moisés Ackerman 2024-01-24 15:12:36 +01:00 committed by GitHub
parent 279d36cc6c
commit c4fbb2aa24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,10 @@ git remote add da-fork git@github.com:digital-asset/ghc.git
git fetch da-fork
```
3. Checkout the version of interest (usually `da-master-8.8.1`, which should match `GHC_REV` from [`$DAML_REPO/bazel_tools/ghc-lib/version.bzl`](https://github.com/digital-asset/daml/blob/main/bazel_tools/ghc-lib/version.bzl)) and update the submodules:
3. Checkout the version of interest (usually `da-master-8.8.1`, or
`da-master-8.8.1-daml-2.x` if you're targetting (daml) `main-2.x`) which should
match `GHC_REV` from [`$DAML_REPO/bazel_tools/ghc-lib/version.bzl`](https://github.com/digital-asset/daml/blob/main/bazel_tools/ghc-lib/version.bzl))
and update the submodules:
```
git checkout da-master-8.8.1
git submodule update --init --recursive