diff options
author | Yuta Saito <[email protected]> | 2024-03-04 14:15:10 +0900 |
---|---|---|
committer | git <[email protected]> | 2024-03-04 06:36:29 +0000 |
commit | ef5af32799b04da61bbd1bdaf464012a755c4936 (patch) | |
tree | 59ad2e6a376e258e0be2b9650b8c5a72170ed95f /range.c | |
parent | 2d8788e90cd535933c0f444112d465cffc4c71b1 (diff) |
[rubygems/rubygems] Clear `RUBY_CODESIGN` env var while running tests
The `RUBY_CODESIGN` environment variable is used by mkmf-generated
Makefile to sign extension bundles on macOS. The variable specifies a
key identifier to use for signing given by the user. However, the key
is usually stored in `$HOME/Library/Keychains` directory, and the test
suite creates a fake `$HOME` directory. This causes the test suite to
try to find the specified key from the fake home directory, which
results in a failure.
https://github.com/rubygems/rubygems/commit/ddcfc65bf7
Diffstat (limited to 'range.c')
0 files changed, 0 insertions, 0 deletions