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

Debian installation workflow #38

Merged
merged 11 commits into from
May 26, 2023
Merged

Debian installation workflow #38

merged 11 commits into from
May 26, 2023

Conversation

Amogh-Bharadwaj
Copy link
Contributor

This PR aims to have a debian installation and package push setup on release.
Cargo.toml in nexus/server/ and the Github Actions file are based off of the corresponding files in the Nexus repository.
Nexus Cargo.toml file
Nexus Actions file for debian release

The nexus/server/debian/service file is populated with the environment variables listed in server/main.rs with default values.

Challenge

Currently running cargo deb --target=x86_64-unknown-linux-musl locally errors out with error: linking with cc failed: exit status: 1.
cc is installed on my (Ubuntu 22.04) system.
Installing gcc-multilib and cargo clean before trying again yielded the same error.

@iskakaushik iskakaushik merged commit 9857333 into main May 26, 2023
2 of 3 checks passed
@iskakaushik iskakaushik deleted the debian-installer branch June 7, 2023 20:21
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