Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Sys: Use GitHub releases as kernel source #243

Merged
merged 2 commits into from
Mar 11, 2022

Conversation

mkroening
Copy link
Member

Closes #193.

Note that this results in using a hardcoded kernel version instead of using the latest one. This is similar to us explicitly updating the submodule instead of using the latest git version. While we could use the latest version, I am not sure if it makes sense. What do you think? 🤔

@mkroening mkroening requested a review from stlankes March 4, 2022 17:15
@mkroening mkroening force-pushed the sys-github-release branch from 200765e to 2f50a65 Compare March 4, 2022 17:19
This removes the dependency on cargo-download.
@mkroening mkroening force-pushed the sys-github-release branch from 2f50a65 to 3434197 Compare March 5, 2022 21:25
Copy link
Contributor

@stlankes stlankes 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. This is more useful.

@stlankes
Copy link
Contributor

bors r+

@bors
Copy link
Contributor

bors bot commented Mar 11, 2022

@bors bors bot merged commit 2e5acec into hermit-os:master Mar 11, 2022
@mkroening mkroening deleted the sys-github-release branch March 13, 2022 09:32
mkroening added a commit to hermit-os/loader that referenced this pull request Mar 27, 2022
mkroening added a commit to mkroening/libhermit-rs that referenced this pull request Mar 27, 2022
bors bot added a commit to hermit-os/loader that referenced this pull request Mar 27, 2022
63: Remove cargo-download r=mkroening a=mkroening

See hermit-os/hermit-rs#243

Co-authored-by: Martin Kröning <mkroening@posteo.net>
bors bot added a commit to hermit-os/kernel that referenced this pull request Mar 27, 2022
407: runtime_glue: Remove __rg_oom r=mkroening a=mkroening



408: Update toolchain to 2022-03-27 r=mkroening a=mkroening

This is the first nightly to not include the hermitkernel targets.

409: Remove cargo-download r=mkroening a=mkroening

See hermit-os/hermit-rs#243

Co-authored-by: Martin Kröning <mkroening@posteo.net>
bors bot added a commit to hermit-os/kernel that referenced this pull request Mar 27, 2022
408: Update toolchain to 2022-03-27 r=mkroening a=mkroening

This is the first nightly to not include the hermitkernel targets.

409: Remove cargo-download r=mkroening a=mkroening

See hermit-os/hermit-rs#243

Co-authored-by: Martin Kröning <mkroening@posteo.net>
bors bot added a commit to hermit-os/kernel that referenced this pull request Mar 27, 2022
407: runtime_glue: Remove __rg_oom r=mkroening a=mkroening



409: Remove cargo-download r=mkroening a=mkroening

See hermit-os/hermit-rs#243

Co-authored-by: Martin Kröning <mkroening@posteo.net>
bors bot added a commit to hermit-os/kernel that referenced this pull request Mar 27, 2022
409: Remove cargo-download r=mkroening a=mkroening

See hermit-os/hermit-rs#243

416: Don't modify the loader's Makefile r=mkroening a=mkroening

Support for windows has been added to the Makefile upstream.

Co-authored-by: Martin Kröning <mkroening@posteo.net>
bors bot added a commit to hermit-os/kernel that referenced this pull request Mar 27, 2022
409: Remove cargo-download r=mkroening a=mkroening

See hermit-os/hermit-rs#243

Co-authored-by: Martin Kröning <mkroening@posteo.net>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove dependency on cargo-download
2 participants