Skip to content

Commit

Permalink
Merge pull request #500 from input-output-hk/smelc/add-LANG-fix-in-co…
Browse files Browse the repository at this point in the history
…ntributing

Add Nix LOCALE fix in CONTRIBUTING.md
  • Loading branch information
smelc authored Dec 6, 2023
2 parents 5fcbb56 + b03c808 commit 58a5dbe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ provide a [`--sha256` comment in `cabal.project`](https://input-output-hk.github
For packages that we do not control, we can end up in a situation where we have a fork that looks like it will be long-lived or permanent (e.g. the maintainer is unresponsive, or the change has been merged but not released).
In that case, release a patched version to the [CHaP repository][CHaP], which allows us to remove the `source-repository-package` stanza.

## Troubleshooting

If pretty much any test (launched with `cabal test`) fails with `<stdout>: commitBuffer: invalid argument (invalid character)` or `withFile: invalid argument (invalid byte sequence)`, make sure to execute `export LOCALE_ARCHIVE=/usr/lib/locale/locale-archive` in your shell (consider doing this automatically when entering the repository, with [direnv](https://direnv.net/)).

## Releasing a version of the `cardano-cli`

### to the Cardano Haskell Package repository
Expand Down

0 comments on commit 58a5dbe

Please sign in to comment.