mirror of
https://github.com/aome510/hackernews-TUI.git
synced 2026-04-26 09:25:56 +03:00
[PR #101] [MERGED] Update CD workflows to use use cross #108
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hackernews-TUI#108
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/aome510/hackernews-TUI/pull/101
Author: @LucasFA
Created: 1/27/2024
Status: ✅ Merged
Merged: 2/12/2024
Merged by: @aome510
Base:
main← Head:update-CD📝 Commits (2)
f221ebbUpdate CD workflows to use usecross7c1d23acleanup📊 Changes
4 files changed (+26 additions, -24 deletions)
View changed files
📝
.github/workflows/cd.yml(+7 -23)➕
Cross.toml(+11 -0)➕
ci/Dockerfile-cross(+7 -0)📝
hackernews_tui/src/parser/mod.rs(+1 -1)📄 Description
You and I both know I copy-pasted this, no need to repeat ourselves lol. I changed the dependencies to the ones this project needs, though, of course.
With the intention of migrating gh action to native solution with cross
Supported targets: aarch-64-linux-gnu, armv7-unknown-linux-gnueabihf Use cross build --target (target)
Note: docker base images have been updated. See related documentation: https://github.com/cross-rs/cross/wiki/FAQ#custom-images
Update container images along with it. Also a couple actions.
Use action-rs/cargo only for the built in support. It is the documented gh actions way in the cross README. Manually would probably increase times significantly.
See Aome510/spotify-player#343
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.