Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test i686-unknown-linux-gnu and aarch64-unknown-linux-gnu on CI #2447

Merged
merged 1 commit into from
May 27, 2021

Conversation

taiki-e
Copy link
Member

@taiki-e taiki-e commented May 27, 2021

Add two Tier 1 targets that have architecture we are not currently testing.

Fixes #2446

@taiki-e taiki-e merged commit e21b515 into master May 27, 2021
@taiki-e taiki-e deleted the target branch May 27, 2021 17:16
@taiki-e taiki-e mentioned this pull request Jul 23, 2021
Pointerbender added a commit to Pointerbender/futures-rs that referenced this pull request Oct 12, 2022
…ts on "non-64-bit pointer" targets (e.g. `i686-unknown-linux-gnu`)

(this is the same fix that was also applied in PR rust-lang#2447)
taiki-e pushed a commit that referenced this pull request Oct 13, 2022
* fix soundness hole in join macros
add a miri regression test
update failing tests (join sizes increased due to fix)

* fix `CI / cross test` by ignoring `join_size` and `try_join_size` tests on "non-64-bit pointer" targets (e.g. `i686-unknown-linux-gnu`)
(this is the same fix that was also applied in PR #2447)
taiki-e pushed a commit that referenced this pull request Oct 20, 2022
* fix soundness hole in join macros
add a miri regression test
update failing tests (join sizes increased due to fix)

* fix `CI / cross test` by ignoring `join_size` and `try_join_size` tests on "non-64-bit pointer" targets (e.g. `i686-unknown-linux-gnu`)
(this is the same fix that was also applied in PR #2447)
taiki-e pushed a commit that referenced this pull request Oct 20, 2022
* fix soundness hole in join macros
add a miri regression test
update failing tests (join sizes increased due to fix)

* fix `CI / cross test` by ignoring `join_size` and `try_join_size` tests on "non-64-bit pointer" targets (e.g. `i686-unknown-linux-gnu`)
(this is the same fix that was also applied in PR #2447)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

test failures on 32-bit architectures
1 participant