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

Automate Solana deployment with Make #245

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

kiseln
Copy link
Contributor

@kiseln kiseln commented Feb 11, 2025

No description provided.

@kiseln kiseln requested a review from karim-en February 11, 2025 13:32
Makefile Show resolved Hide resolved
@@ -4,7 +4,7 @@ fn main() {
println!("cargo:rerun-if-changed=build.rs");

let program_id =
env::var("PROGRAM_ID").unwrap_or("dahPEoZGXfyV58JqqH85okdHmpN8U2q8owgPUXSCPxe".into());
env::var("PROGRAM_ID").unwrap();
Copy link
Collaborator

Choose a reason for hiding this comment

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

@diegofigs we want to remove the default PROGRAM_ID to avoid mistakes during the building and deployment but we break the clippy. Is it possible to set this env variable for the backstage flow, eg adding it to the .catalog-info.yam?
CC @kiseln

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.

2 participants