Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(IDX): track ict changes with bazel #3705

Merged
merged 1 commit into from
Jan 31, 2025
Merged

Conversation

nmattia
Copy link
Contributor

@nmattia nmattia commented Jan 31, 2025

This simplifies the ict wrapper script. The script now relies on bazel to figure out if the ict tool needs to be rebuilt.

From basic testing, this seems fast enough for a good CLI experience and simplifies things a fair bit (avoid custom hashing & checksum file):

$ time ./bin/ict -v
ict version 0.1.2

real	0m0.345s
user	0m0.016s
sys	0m0.042s

This simplifies the `ict` wrapper script. The script now relies on bazel
to figure out if the `ict` tool needs to be rebuilt.

From basic testing, this seems fast enough for a good CLI experience and
simplifies things a fair bit (avoid custom hashing & checksum file):

```sh
$ time ./bin/ict -v
ict version 0.1.2

real	0m0.345s
user	0m0.016s
sys	0m0.042s
```
@nmattia nmattia requested a review from a team as a code owner January 31, 2025 10:58
@github-actions github-actions bot added the chore label Jan 31, 2025
@nmattia nmattia enabled auto-merge January 31, 2025 11:13
@nmattia nmattia added this pull request to the merge queue Jan 31, 2025
Merged via the queue into master with commit 4161756 Jan 31, 2025
26 checks passed
@nmattia nmattia deleted the nm-no-checksum-txt branch January 31, 2025 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants