diff options
| author | Jun Aruga <jaruga@redhat.com> | 2023-11-03 16:02:57 +0100 |
|---|---|---|
| committer | Jun Aruga <junaruga@users.noreply.github.com> | 2023-11-03 17:12:27 +0100 |
| commit | 9d308ad4958d5b624faa7f8aee03ed4456052ec7 (patch) | |
| tree | cbe51a539bef78f2f466a1595e95e6234dc0a5a2 | |
| parent | d4045b0660e9aafb8309a1dd0e470ee9c998c799 (diff) | |
.travis.yml: Add a RubyGems issue ticket link.
Add a RubyGems issue ticket link. The issue happend in Travis arm32 at once.
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 5fe5b94764..89ed3e5535 100644 --- a/.travis.yml +++ b/.travis.yml @@ -102,6 +102,9 @@ env: matrix: include: + # FIXME: lib/rubygems/util.rb:104 glob_files_in_dir - + # <internal:dir>:411:in glob: File name too long - (Errno::ENAMETOOLONG) + # https://github.com/rubygems/rubygems/issues/7132 - <<: *arm32-linux # Comment out as the 2nd arm64 pipeline is unstable. # - <<: *arm64-linux |
