Skip to content

[Backport 8.0] Allow TCL 9.0 for tests (#1673)#2813

Merged
zuiderkwast merged 1 commit into
valkey-io:8.0from
sarthakaggarwal97:backport-80-1673
Nov 6, 2025
Merged

[Backport 8.0] Allow TCL 9.0 for tests (#1673)#2813
zuiderkwast merged 1 commit into
valkey-io:8.0from
sarthakaggarwal97:backport-80-1673

Conversation

@sarthakaggarwal97

@sarthakaggarwal97 sarthakaggarwal97 commented Nov 6, 2025

Copy link
Copy Markdown
Contributor

Makes our tests possible to run with TCL 9.

The latest Fedora now has TCL 9.0 and it's working now, including the TCL TLS package. (This wasn't working earlier due to some packaging errors for TCL packages in Fedora, which have been fixed now.)

This PR also removes the custom compilation of TCL 8 used in our Daily jobs and uses the system default TCL version instead. The TCL version depends on the OS. For the latest Fedora, you get 9.0, for macOS you get 8.5 and for most other OSes you get 8.6.

The checks for TCL 8.7 are removed, because 8.7 doesn't exist. It was never released.

Backport of #1673.

Makes our tests possible to run with TCL 9.

The latest Fedora now has TCL 9.0 and it's working now, including the
TCL TLS package. (This wasn't working earlier due to some packaging
errors for TCL packages in Fedora, which have been fixed now.)

This PR also removes the custom compilation of TCL 8 used in our Daily
jobs and uses the system default TCL version instead. The TCL version
depends on the OS. For the latest Fedora, you get 9.0, for macOS you get
8.5 and for most other OSes you get 8.6.

The checks for TCL 8.7 are removed, because 8.7 doesn't exist. It was
never released.

---------

Signed-off-by: Viktor Söderqvist <viktor.soderqvist@est.tech>
@sarthakaggarwal97 sarthakaggarwal97 marked this pull request as ready for review November 6, 2025 17:30

@zuiderkwast zuiderkwast left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Did it apply cleanly without any merge conflicts?

@sarthakaggarwal97

Copy link
Copy Markdown
Contributor Author

Did it apply cleanly without any merge conflicts?

yes @zuiderkwast. Just a cherry-pick!

@zuiderkwast zuiderkwast merged commit faad628 into valkey-io:8.0 Nov 6, 2025
52 of 58 checks passed
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