summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJun Aruga <jaruga@redhat.com>2024-10-24 17:51:08 +0200
committerJun Aruga <junaruga@users.noreply.github.com>2024-10-25 07:05:56 +0200
commitd089826c0d3893239865ac876b293e51b05b5693 (patch)
treef15e6f72987d87ee9a9273eb56b48594111b0065 /include
parente6ddbf181dfebdcc268708b357dde2685046fc89 (diff)
.travis.yml: Drop arm32-linux case.
In the Arm64 Ubuntu jammy (22.04) instance in Travis, we saw the following error related to the `setarch` failing to run on the 32-bits architecture, though the linux32 was included in the output of the `setarch --list`. https://app.travis-ci.com/github/junaruga/ruby/builds/272876565#L698 ``` $ setarch --list uname26 linux32 linux64 armv7l armv8l armh arm arm64 aarch64 $ setarch linux32 --verbose --32bit uname -a Switching on ADDR_LIMIT_32BIT. The command "setarch linux32 --verbose --32bit uname -a" failed and exited with 1 during . ``` As we already have the i686 case to test the 32-bits on GitHub, we decided dropping the arm32-linux case on Travis CI.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/11948
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions