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

Use less cross-compilations in CI tests #85

Merged
merged 1 commit into from
Mar 21, 2023

Conversation

Kijewski
Copy link
Collaborator

We aren't using any assembly code, but only the official C interface for our Android and MacOS implementation. It's exceedingly unlikely that the compilation for e.g. AArch64 could fail if it succeeds for x86-64.

Should hopefully resolve #80.

Copy link
Member

@astraw astraw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree we don't need to test all the architectures, but why remove sparcv9-sun-solaris?

Copy link
Member

@astraw astraw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can merge this after addressing the solaris issue.

.github/workflows/rust.yml Show resolved Hide resolved
We aren't using any assembly code, but only the official C interface for
our Android and MacOS implementation. It's exceedingly unlikely that the
compilation for e.g. AArch64 could fail if it succeeds for x86-64.
@Kijewski
Copy link
Collaborator Author

The link-time error for android was fixed in cross-rs, but the fix was not released, yet: cross-rs/cross#1222 (comment)

@Kijewski
Copy link
Collaborator Author

I guess we only need to replace two lines in the changelog and we do a release:

-## [0.1.54] - unreleased
+## [0.1.54] - 2023-03-21
 ### Changed
-- replace `winapi` dependency with `windows-sys` ([#91](https://github.com/strawlab/iana-time-zone/pull/91))
+- replace `winapi` dependency with `windows` ([#97](https://github.com/strawlab/iana-time-zone/pull/97))

I you want I can do that tomorrow.

@astraw astraw merged commit 84f408b into strawlab:main Mar 21, 2023
@astraw
Copy link
Member

astraw commented Mar 21, 2023

Yes, it would be great if you do a release.

@Kijewski Kijewski deleted the pr-less-cross-compile branch March 21, 2023 12:22
@Kijewski
Copy link
Collaborator Author

Done: https://crates.io/crates/iana-time-zone/0.1.54

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.

android cross builds are failing on CI with nightly rust
2 participants