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 linux-ia32, linux-arm-musl, and windows-arm64 releases #2265

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

ntkme
Copy link
Contributor

@ntkme ntkme commented Jun 17, 2024

@nex3 Sorry that my recent commit broken the release CI. This PR should fix it.

https://github.com/sass/dart-sass/actions/runs/9554504858/job/26336030878

@ntkme
Copy link
Contributor Author

ntkme commented Jun 17, 2024

On the other hand, windows-arm64 build is blocked by dart-lang/setup-dart#118

@ntkme ntkme changed the title Fix linux ia32 release Fix linux-ia32 and windows-arm64 releases Jun 17, 2024
@ntkme ntkme changed the title Fix linux-ia32 and windows-arm64 releases Fix linux-ia32, linux-arm-musl, and windows-arm64 releases Jun 17, 2024
@ntkme
Copy link
Contributor Author

ntkme commented Jun 17, 2024

Turns out linux-arm-musl was running on the wrong platform. Added another commit to fix that.

@@ -19,7 +19,7 @@ jobs:
platform: linux/amd64
- arch: ia32
runner: ubuntu-latest
platform: linux/386
platform: linux/amd64
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Official dart docker image do not have linux/386 support. Use linux/amd64 to build snapshot, as ia32 has no AOT support anyways.

@@ -19,7 +19,7 @@ jobs:
platform: linux/amd64
- arch: ia32
runner: ubuntu-latest
platform: linux/386
platform: linux/amd64
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was ok, but updating just to match the linux-ia32 config.

@nex3 nex3 merged commit 860eb5a into sass:main Jun 17, 2024
34 checks passed
@ntkme ntkme deleted the fix-linux-ia32 branch June 17, 2024 23:26
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.

None yet

2 participants