Skip to content

Conversation

@blampe
Copy link
Contributor

@blampe blampe commented Dec 3, 2025

This is needed for running e2e tests locally.

This is needed for running e2e tests locally.
Copilot AI review requested due to automatic review settings December 3, 2025 23:36
@jdx jdx enabled auto-merge (squash) December 3, 2025 23:39
Copy link
Contributor

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 adds the fd tool to the mise configuration to support running e2e tests locally. The changes include adding fd = "latest" to mise.toml and generating corresponding lock file entries with platform-specific checksums.

Key Changes:

  • Added fd tool to mise.toml with "latest" version specification
  • Generated mise.lock entries for fd v10.3.0 with macos-arm64 platform configuration
  • Updated checksums for existing tools (age, bun, node, shellcheck, taplo) on macos-arm64 platform

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
mise.toml Added fd = "latest" to the tools configuration
mise.lock Added fd tool entry with version 10.3.0 and macos-arm64 platform; updated checksums for several existing tools on macos-arm64

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

gh = "latest"
hk = "latest"
jq = "latest"
fd = "latest"
Copy link

Copilot AI Dec 3, 2025

Choose a reason for hiding this comment

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

The fd tool should be placed earlier in the alphabetical order. According to the current ordering, it should appear between cargo-binstall (line 11) and gh (line 18), not after jq (line 20).

Copilot uses AI. Check for mistakes.
@jdx jdx merged commit 9c455e1 into jdx:main Dec 3, 2025
33 checks passed
jdx pushed a commit that referenced this pull request Dec 4, 2025
### 🚀 Features

- **(config)** add support for netrc by @RobotSupervisor in
[#7164](#7164)
- **(lock)** add resolve_lock_info to core backends for checksum
fetching by @jdx in [#7180](#7180)
- **(ruby)** Install ruby from a zip file over HTTPS by @KaanYT in
[#7167](#7167)
- **(tasks)** add `usage` args to Tera context in run scripts by
@iamkroot in [#7041](#7041)

### 🐛 Bug Fixes

- **(lock)** validate platform qualifiers when reading from lockfile by
@jdx in [#7181](#7181)
- **(task)** retry shebang scripts on ETXTBUSY by @iamkroot in
[#7162](#7162)
- **(ui)** remove duplicate 'mise' prefix in verbose footer output by
@jdx in [#7174](#7174)

### 📦️ Dependency Updates

- bump usage-lib to 2.9.0 by @jdx in
[#7177](#7177)

### 📦 Registry

- remove duplicated ubi and github backends from gping by @risu729 in
[#7144](#7144)
- disable bashly test (not working in CI) by @jdx in
[#7173](#7173)
- disable cfn-lint test (failing in CI) by @jdx in
[#7176](#7176)

### Chore

- add fd to mise.toml by @blampe in
[#7178](#7178)

### New Contributors

- @RobotSupervisor made their first contribution in
[#7164](#7164)

## 📦 Aqua Registry Updates

#### New Packages (2)

- [`Kitware/CMake`](https://github.com/Kitware/CMake)
- [`quarto-dev/quarto-cli`](https://github.com/quarto-dev/quarto-cli)

#### Updated Packages (6)

- [`apache/jena`](https://github.com/apache/jena)
- [`apache/spark`](https://github.com/apache/spark)
-
[`danielfoehrKn/kubeswitch`](https://github.com/danielfoehrKn/kubeswitch)
-
[`danielfoehrKn/kubeswitch/switch-sh`](https://github.com/danielfoehrKn/kubeswitch/switch-sh)
- [`evilmartians/lefthook`](https://github.com/evilmartians/lefthook)
- [`updatecli/updatecli`](https://github.com/updatecli/updatecli)
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