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

Update for build scripts #188

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update for build scripts #188

wants to merge 1 commit into from

Conversation

tamird
Copy link
Member

@tamird tamird commented Nov 27, 2024

It's a shame so much code has to be duplicated. We should probably
extract the build script dance into a crate in the aya repo.

Closes #176.

Copy link

netlify bot commented Nov 27, 2024

Deploy Preview for aya-rs ready!

Name Link
🔨 Latest commit 92ce9ec
🔍 Latest deploy log https://app.netlify.com/sites/aya-rs/deploys/674782a4fdc3e10008d4d661
😎 Deploy Preview https://deploy-preview-188--aya-rs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

It's a shame so much code has to be duplicated. We should probably
extract the build script dance into a crate in the aya repo.
```console
cargo xtask run
```shell
cargo run --config 'target."cfg(all())".runner="sudo -E"'
Copy link
Member

Choose a reason for hiding this comment

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

Let's keep the RUST_LOG=info thing in every example? We should also add it in the template. The reason why it was added in the first place was amount of confused people asking on Discord "but why I can't see the logs?" 😅

Copy link
Member Author

Choose a reason for hiding this comment

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

Will do. I want to get clarify on aya-build before merging this pile of duplicated code :(

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.

book need to update accroding to the template build command change
2 participants