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

Fix compilation error and regression tests for big endian platforms #220

Merged

Conversation

michaelwoerister
Copy link
Member

@michaelwoerister michaelwoerister commented Jan 3, 2024

This PR fixes the big endian regression tests. Apparently, the have not actually run cargo check with a big endian target for a while. The PR also switches the GH action jobs to use a matrix and replaces the unmaintained action-rs with something more current. It also fixes the big-endian-only compilation error that the now fixed tests are running into.

This should unblock rust-lang/rust#119111, once we've done a 11.0.1 release.

r? @wesleywiser

…ons-rs.

This also fixes a bug where the workflow actually did not compile/check
the code for a big-endian target.

wip
@michaelwoerister michaelwoerister force-pushed the fix-gh-actions-rust-toolchain branch 3 times, most recently from 2c16a2b to ec4751a Compare January 3, 2024 19:56
@michaelwoerister michaelwoerister changed the title (work in progress) Fix regression tests for big endian platforms Fix regression tests for big endian platforms Jan 3, 2024
@michaelwoerister michaelwoerister changed the title Fix regression tests for big endian platforms Fix compilation error and regression tests for big endian platforms Jan 4, 2024
@michaelwoerister michaelwoerister force-pushed the fix-gh-actions-rust-toolchain branch 2 times, most recently from de43237 to fa771da Compare January 5, 2024 08:45
@michaelwoerister
Copy link
Member Author

@bors r=wesleywiser

@bors
Copy link
Contributor

bors commented Jan 5, 2024

📌 Commit f0fffe1 has been approved by wesleywiser

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Jan 5, 2024

⌛ Testing commit f0fffe1 with merge 833029a...

@bors
Copy link
Contributor

bors commented Jan 5, 2024

☀️ Test successful - checks-actions
Approved by: wesleywiser
Pushing 833029a to master...

@bors bors merged commit 833029a into rust-lang:master Jan 5, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants