Skip to content

Commit

Permalink
Document running specs on s390x CPU architecture [ci skip]
Browse files Browse the repository at this point in the history
Fixes ruby#1083
  • Loading branch information
junaruga committed Sep 29, 2023
1 parent d353e7e commit 87ead54
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,12 @@ MSpec can automatically add new top-level constants in this file with:

$ CHECK_LEAKS=save mspec ../mspec/bin/mspec file

### Running Specs on S390x CPU Architecture

Run the specs with `DFLTCC=0` if you see failing specs related to the zlib library on s390x CPU architecture. The failures can happen with the zlib library applying the patch madler/zlib#410 to enable the deflate algorithm producing a different compressed byte stream.

$ DFLTCC=0 ../mspec/bin/mspec

### Contributing and Writing Specs

See [CONTRIBUTING.md](https://github.com/ruby/spec/blob/master/CONTRIBUTING.md) for documentation about contributing and writing specs (guards, matchers, etc).
Expand Down

0 comments on commit 87ead54

Please sign in to comment.