Skip to content

Conversation

@travier
Copy link
Member

@travier travier commented Sep 16, 2025

This split things a bit more and is what we use in other Rust based projects. Let's see if this is useful.

Not sure if that exactly covers what we have already.

@travier
Copy link
Member Author

travier commented Sep 16, 2025

I merged #22 but looks like it's not picked up by this PR.

@Jakob-Naucke
Copy link
Contributor

Ah yes my patch was incomplete. Fixing soon.

 trusted-execution-clusters#22 set an MSRV for the workspace, but this doesn't have any effect
before setting them for the crates. Set them there. Unblocks trusted-execution-clusters#29.

Signed-off-by: Jakob Naucke <jnaucke@redhat.com>
env:
CARGO_TERM_COLOR: always
# Pinned toolchain for linting
ACTIONS_LINTS_TOOLCHAIN: 1.85.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this would need to be

Suggested change
ACTIONS_LINTS_TOOLCHAIN: 1.85.0
ACTIONS_LINTS_TOOLCHAIN: 1.88.0

or we relax the MSRV back down to 1.85, #14 removed the constructs that required 1.88

Copy link
Member Author

@travier travier Sep 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's start with 1.85.0 as that's what we use in CoreOS as that's what's in some version of RHEL. We can bump it back later.

@travier travier merged commit a478bf6 into trusted-execution-clusters:main Sep 18, 2025
6 checks passed
@travier travier deleted the main-ci branch September 18, 2025 14:06
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 this pull request may close these issues.

2 participants