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

[Enhancement] Old rustc package version in docker-based development environment #1234

Closed
metacoma opened this issue Apr 19, 2024 · 0 comments · Fixed by #1235
Closed

[Enhancement] Old rustc package version in docker-based development environment #1234

metacoma opened this issue Apr 19, 2024 · 0 comments · Fixed by #1235

Comments

@metacoma
Copy link
Contributor

metacoma commented Apr 19, 2024

Currently, the workflow for deploying a local development environment using, make sh-in-docker is broken because Ubuntu 20.04 ships with an outdated version of the Rust language.

$ make sh-in-docker
# make build
....
error: package `clap_builder v4.5.2` cannot be built because it requires rustc 1.74 or newer, while the currently active rustc version is 1.67.1
Either upgrade to rustc 1.74 or newer, or use
cargo update -p clap_builder@4.5.2 --precise ver
where `ver` is the latest version of `clap_builder` supporting rustc 1.67.1
make: *** [Makefile:27: build] Error 101
metacoma added a commit to metacoma/kcl that referenced this issue Apr 19, 2024
Fix url for python release archive
Fix package name for python3 development files

Fixes kcl-lang#1234
Peefy pushed a commit that referenced this issue Apr 19, 2024
Fix url for python release archive
Fix package name for python3 development files

Fixes #1234
Peefy pushed a commit that referenced this issue May 1, 2024
* Bump ubuntu base image to 22.04 version

Fix url for python release archive
Fix package name for python3 development files

Fixes #1234

* Add docker image for kcl-cmp plugin with tini utility
JeevaRamanathan pushed a commit to JeevaRamanathan/kcl that referenced this issue May 7, 2024
* Bump ubuntu base image to 22.04 version

Fix url for python release archive
Fix package name for python3 development files

Fixes kcl-lang#1234

* Add docker image for kcl-cmp plugin with tini utility

Signed-off-by: JeevaRamanathan <jeevaramanathan.m@infosys.com>
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 a pull request may close this issue.

1 participant