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

Configuration language toolchains support #105

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

Conversation

erikreinert
Copy link
Member

Changes

  • adds support for "configuration toolchains" which are used to build configurations for various languages

@erikreinert erikreinert self-assigned this Dec 14, 2024
- Removed the TODO comment for installing protoc in the GitHub Actions workflow.
- Updated the artifact name from 'vorpal-shell' to 'vorpal-dev' in the main.rs file.
- Changed the artifact_bin_paths from a vector to an array in the rust.rs file.
Remove unnecessary lifetime annotation in the get_order function signature for improved code readability and maintainability.
- Added dependencies for `aws-sdk-sso` and `aws-sdk-ssooidc` in `Cargo.lock`.
- Updated `aws-config` in `Cargo.toml` to include features `rt-tokio`, `rustls`, and `sso`.
- Introduced new packages such as `ring`, `rustls`, `rustls-native-certs`, `rustls-pemfile`, `rustls-webpki`, `hyper-rustls`, and others to support Rustls.
- Updated existing dependencies and checksums to accommodate new features.
- Enhanced security and networking capabilities with additional packages like `openssl-probe`, `schannel`, and `security-framework`.
The directory name for storing update hashes was incorrect. Changed from "update-hash" to "update-hashes" to ensure consistency and correctness in the file structure.
feat(sdk): add symbolic link to /tmp in rust toolchain configuration

fix(worker): ensure return after error logging in artifact service implementation
Removed the creation of the 'update-hashes' directory and the symlink to '/tmp' in the rust toolchain configuration. Added 'auto_self_update' setting to 'settings.toml'.
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.

1 participant