You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,6 +128,12 @@ MSpec can automatically add new top-level constants in this file with:
128
128
129
129
$ CHECK_LEAKS=save mspec ../mspec/bin/mspec file
130
130
131
+
### Running Specs on S390x CPU Architecture
132
+
133
+
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.
134
+
135
+
$ DFLTCC=0 ../mspec/bin/mspec
136
+
131
137
### Contributing and Writing Specs
132
138
133
139
See [CONTRIBUTING.md](https://github.com/ruby/spec/blob/master/CONTRIBUTING.md) for documentation about contributing and writing specs (guards, matchers, etc).
0 commit comments