Skip to content

fix(bundler): Detect ARM gnueabi as soft-float (fix: #10970)#11084

Merged
lucasfernog merged 3 commits intotauri-apps:devfrom
olivierlemasle:armel
Sep 24, 2024
Merged

fix(bundler): Detect ARM gnueabi as soft-float (fix: #10970)#11084
lucasfernog merged 3 commits intotauri-apps:devfrom
olivierlemasle:armel

Conversation

@olivierlemasle
Copy link
Contributor

Detect ARM gnueabi as soft-float (armel) instead of hard-float (armhf).

Also change the signature of tauri_bundler::bundle::Settings::binary_arch to return an enum instead of a &str, in order to be more explicit.

Fixes #10970

Detect ARM gnueabi as soft-float (armel) instead of hard-float (armhf).
Also change the signature of `tauri_bundler::bundle::Settings::binary_arch`
to return an enum instead of a `&str`.
@olivierlemasle olivierlemasle requested a review from a team as a code owner September 21, 2024 18:14
lucasfernog
lucasfernog previously approved these changes Sep 24, 2024
Copy link
Member

@lucasfernog lucasfernog left a comment

Choose a reason for hiding this comment

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

well done!

@github-actions
Copy link
Contributor

github-actions bot commented Sep 24, 2024

Package Changes Through 9e1c28a

There are 10 changes which include @tauri-apps/api with prerelease, tauri-bundler with prerelease, tauri with prerelease, tauri-runtime-wry with prerelease, tauri-runtime with prerelease, tauri-utils with prerelease, tauri-cli with prerelease, @tauri-apps/cli with prerelease, tauri-build with prerelease, tauri-codegen with prerelease

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
@tauri-apps/api 2.0.0-rc.5 2.0.0-rc.6
tauri-utils 2.0.0-rc.12 2.0.0-rc.13
tauri-bundler 2.0.1-rc.13 2.0.1-rc.14
tauri-runtime 2.0.0-rc.12 2.0.0-rc.13
tauri-runtime-wry 2.0.0-rc.13 2.0.0-rc.14
tauri-codegen 2.0.0-rc.12 2.0.0-rc.13
tauri-macros 2.0.0-rc.11 2.0.0-rc.12
tauri-plugin 2.0.0-rc.12 2.0.0-rc.13
tauri-build 2.0.0-rc.12 2.0.0-rc.13
tauri 2.0.0-rc.15 2.0.0-rc.16
@tauri-apps/cli 2.0.0-rc.16 2.0.0-rc.17
tauri-cli 2.0.0-rc.16 2.0.0-rc.17

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@lucasfernog lucasfernog merged commit dfba0ed into tauri-apps:dev Sep 24, 2024
@olivierlemasle olivierlemasle deleted the armel branch September 24, 2024 17:02
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.

[bug] tauri v2 bundler treat gnueabi and guneabihf all as armhf

2 participants