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

Provide a risedev configure option to set ci-release instead of release #17725

Closed
kwannoel opened this issue Jul 17, 2024 · 1 comment · Fixed by #17760
Closed

Provide a risedev configure option to set ci-release instead of release #17725

kwannoel opened this issue Jul 17, 2024 · 1 comment · Fixed by #17760

Comments

@kwannoel
Copy link
Contributor

kwannoel commented Jul 17, 2024

release takes too long, sometimes we want to quickly reproduce some issue in the production bulids. ci-release should be optimal enough and faster to build.

@github-actions github-actions bot added this to the release-1.11 milestone Jul 17, 2024
@kwannoel
Copy link
Contributor Author

For now the quick hack is to change these lines in common.toml:


BUILD_MODE_DIR = { source = "${ENABLE_RELEASE_PROFILE}", default_value = "debug", mapping = { true = "ci-release" } }
RISINGWAVE_BUILD_PROFILE = { source = "${ENABLE_RELEASE_PROFILE}", default_value = "dev", mapping = { true = "ci-release" } }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant