Skip to content

Commit 51a03e7

Browse files
committed
ci: tacd: drop rust version 1.68 from mickledore, add 1.75 from scarthgap
The current meta-lxatac / tacos stable release (2024.04) is based on yocto nanbield (which ships rust 1.70) we need to stay compatible with that to be able to produce potential point releases. We no longer need to support the rust version from the yocto mickledore release (1.68), so we can drop it from the CI tests. Development will continue based on yocto scarthgap, so we need to add the rust version it ships (1.75) in our CI tests. Signed-off-by: Leonard Göhrs <[email protected]>
1 parent 8bc7030 commit 51a03e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tacd-daemon.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
fail-fast: false # Run against all versions even if one fails
6161
matrix:
6262
version:
63-
- "1.68" # Yocto mickledore
6463
- "1.70" # Yocto nanbield
64+
- "1.75" # Yocto scarthgap
6565
- "nightly"
6666
name: cargo check
6767
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)