Skip to content

Pin rust version and manually install pip #110

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions images/wkdev_sdk/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ ENV RUSTUP_HOME="/opt/rust" \
PATH="/opt/rust/bin:${PATH}"

RUN curl --proto '=https' --tlsv1.2 --show-error --silent --fail https://sh.rustup.rs | sh -s -- -y && \
rustup default stable && \
rustup default 1.84.1 && \
rustup component remove rust-docs && \
cargo install --root /usr/local --version 0.9.1 --locked sccache && \
cargo install --root /usr/local cargo-c
cargo install --root /usr/local --version 0.10.9 --locked cargo-c

# Copy jhbuild helper files and do the initial build & install
COPY /jhbuild/jhbuildrc /etc/xdg/jhbuildrc
Expand Down
2 changes: 1 addition & 1 deletion images/wkdev_sdk/required_system_packages/01-base.lst
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ libnvidia-egl-wayland1
wireplumber

# General utilities
apt-file aptly atop at-spi2-core emacs git htop iotop iputils-ping kmod less libportal-dev libportal-gtk4-dev libxcb-cursor-dev locate man-db nano openssh-client strace sudo unzip vim-gtk3 wget
apt-file aptly atop at-spi2-core emacs git htop iotop iputils-ping kmod less libportal-dev libportal-gtk4-dev libxcb-cursor-dev locate man-db nano openssh-client strace sudo unzip vim-gtk3 wget python3-pip