fix: 🔧 Add revision number to rust toolchain channel version to match with srtool image version (#209)

This commit is contained in:
Steve Degosserie 2025-10-07 11:34:21 +02:00 committed by GitHub
parent ac09a4f2bb
commit 72bfe9bb62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -83,8 +83,8 @@ jobs:
RUNTIME_BUILD_PROFILE: "production"
run: |
# Ensure we have permissions to write to the runtime folder target for the docker user
mkdir -p runtime/${GH_WORKFLOW_MATRIX_CHAIN}/target
chmod uog+rwX runtime/${GH_WORKFLOW_MATRIX_CHAIN}/target
mkdir -p operator/runtime/${GH_WORKFLOW_MATRIX_CHAIN}/target
chmod uog+rwX operator/runtime/${GH_WORKFLOW_MATRIX_CHAIN}/target
chmod u+x ./original-scripts/build-runtime-srtool.sh
./original-scripts/build-runtime-srtool.sh

View file

@ -1,5 +1,5 @@
[toolchain]
channel = "1.88"
channel = "1.88.0"
components = [
"cargo",
"clippy",