Skip to content

.github/workflows: Migrate workflows to Blacksmith runners#1

Open
blacksmith-sh[bot] wants to merge 1 commit intomainfrom
blacksmith-migration-d281b72
Open

.github/workflows: Migrate workflows to Blacksmith runners#1
blacksmith-sh[bot] wants to merge 1 commit intomainfrom
blacksmith-migration-d281b72

Conversation

@blacksmith-sh
Copy link

@blacksmith-sh blacksmith-sh bot commented Sep 21, 2025

To whomever may be reviewing this PR,

Blacksmith is the fastest way to run your GitHub Actions.

What does this PR change?

This PR has been automatically generated by a team member in your GitHub organization using Blacksmith's Migration Wizard, or MigWiz for short. This PR changes the following:

  1. Your selected workflows will now run on Blacksmith's 2x faster hardware (e.g., runs-on: blacksmith-4vcpu-ubuntu-2204). Learn more about the different instances available to choose from.
  2. Your jobs running on Blacksmith will now have all official GitHub and popular third-party cache actions automatically interact with our 4x faster, colocated cache. Learn more about Blacksmith's actions cache.
  3. Your GitHub Actions will now actually be observable. Learn more about Blacksmith's logging and other observability features.
  4. Your Docker builds will now automatically share their Docker layer cache, resulting in up to 40x faster builds. Learn more about Blacksmith's Docker layer caching.

FAQ

  • Is this free? The first 3,000 minutes per month are free.
  • Who uses Blacksmith? Clerk, Ashby, VEED, and 600+ others.
  • What's the catch? There is none. Merge this thing already.

@blacksmith-sh
Copy link
Author

blacksmith-sh bot commented Sep 21, 2025

2 Jobs Failed:

Rust / build-json-viewer failed on "Build"
[...]
error[E0658]: use of unstable library feature `inherent_str_constructors`
   --> json_viewer/src/lib.rs:231:21
    |
231 |                     str::from_utf8_unchecked(&content[ctx.cursor..])
    |                     ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: see issue #131114 <https://github.com/rust-lang/rust/issues/131114> for more information

error[E0658]: use of unstable library feature `inherent_str_constructors`
   --> json_viewer/src/lib.rs:324:21
    |
324 |                     str::from_utf8(
    |                     ^^^^^^^^^^^^^^
    |
    = note: see issue #131114 <https://github.com/rust-lang/rust/issues/131114> for more information

For more information about this error, try `rustc --explain E0658`.
error: could not compile `json_viewer` (lib) due to 2 previous errors
warning: build failed, waiting for other jobs to finish...
Error: Process completed with exit code 101.
Rust / check failed on "Linter"
[...]

error[E0658]: `let` expressions in this position are unstable
  --> lib_cli/src/utils.rs:43:12
   |
43 |         if let Some(next) = cx.args.get(cx.cursor)
   |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: see issue #53667 <https://github.com/rust-lang/rust/issues/53667> for more information

error[E0658]: `let` expressions in this position are unstable
  --> lib_cli/src/utils.rs:44:16
   |
44 |             && let Some(next) = next.to_str()
   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: see issue #53667 <https://github.com/rust-lang/rust/issues/53667> for more information

For more information about this error, try `rustc --explain E0658`.
error: could not compile `lib_cli` (lib) due to 4 previous errors
Error: Process completed with exit code 101.

Summary: 1 failed workflow
  • Rust (2 jobs failed)

Last updated: 2025-09-21 16:45:03 UTC

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.

0 participants