Skip to content

Commit

Permalink
pkg: bump rust version used to build packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-zlobintsev committed Jan 4, 2025
1 parent af7aecc commit ddbeb40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/recipes/lact-headless/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ env:
configure:
steps:
- cmd: curl -o /tmp/install_rust.sh $RUSTUP_URL
- cmd: sh /tmp/install_rust.sh -y --default-toolchain 1.78
- cmd: sh /tmp/install_rust.sh -y --default-toolchain 1.80
- cmd: pacman -Syu --noconfirm
pkg: true
build:
Expand Down
2 changes: 1 addition & 1 deletion pkg/recipes/lact-libadwaita/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ env:
configure:
steps:
- cmd: curl -o /tmp/install_rust.sh $RUSTUP_URL
- cmd: sh /tmp/install_rust.sh -y --default-toolchain 1.78
- cmd: sh /tmp/install_rust.sh -y --default-toolchain 1.80
- cmd: >-
curl -o /tmp/blueprint-compiler.deb http://de.archive.ubuntu.com/ubuntu/pool/universe/b/blueprint-compiler/blueprint-compiler_0.14.0-1_all.deb &&
apt install -y /tmp/blueprint-compiler.deb
Expand Down
2 changes: 1 addition & 1 deletion pkg/recipes/lact/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ env:
configure:
steps:
- cmd: curl -o /tmp/install_rust.sh $RUSTUP_URL
- cmd: sh /tmp/install_rust.sh -y --default-toolchain 1.78
- cmd: sh /tmp/install_rust.sh -y --default-toolchain 1.80
- cmd: >-
curl -o /tmp/blueprint-compiler.deb http://de.archive.ubuntu.com/ubuntu/pool/universe/b/blueprint-compiler/blueprint-compiler_0.14.0-1_all.deb &&
apt install -y /tmp/blueprint-compiler.deb
Expand Down

0 comments on commit ddbeb40

Please sign in to comment.