Skip to content

Conversation

syvb
Copy link
Member

@syvb syvb commented Jun 20, 2025

The timescaledev/rust-builder is outdated, and we don't need it anyways because everything in it we need is in the base GH Actions image. This fixes the CI failure in #240 stemming from this action's Docker image using an outdated Rust compiler.

It also speeds up the check significantly, because we don't need to wait for the Docker image to be setup anymore.

@syvb syvb requested review from tjgreen42 and Copilot June 20, 2025 00:44
@syvb syvb requested a review from a team as a code owner June 20, 2025 00:44
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR removes the custom timescaledev/rust-builder container from the Rust fmt check, relying on the base GitHub Actions Ubuntu image which already includes Rust.

  • Eliminates the outdated Docker image specification
  • Speeds up CI by avoiding Docker setup

@syvb syvb merged commit 2ad79ea into main Jun 20, 2025
23 checks passed
@syvb syvb deleted the sv/upd-code_checks branch June 20, 2025 17:28
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