Skip to content

Commit 5f12154

Browse files
committed
Remove need for gh cli
1 parent 1465525 commit 5f12154

2 files changed

Lines changed: 0 additions & 24 deletions

File tree

benchmarks/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ The script also has 3 dependencies that need to be resolved before it can be run
4040
> - [git](https://github.com/git-guides/install-git)
4141
> - [jbang](https://www.jbang.dev/download)
4242
> - [jq](https://stedolan.github.io/jq)
43-
> - [GitHub CLI](https://cli.github.com/)
4443
> - gcc
4544
> - [NVM](https://github.com/nvm-sh/nvm/blob/master/README.md)
4645
> - `nvm install --lts`

benchmarks/helpers/requirements.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ scripts:
44
- script: ensure-graalvm
55
- script: ensure-java
66
- script: ensure-git
7-
- script: ensure-gh-cli
87
- script: ensure-gcc
98
- script: ensure-nvm
109
- script: ensure-jbang
@@ -17,28 +16,6 @@ scripts:
1716
then:
1817
- set-state: PROFILER_JVM_ARGS -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints
1918

20-
ensure-gh-cli-linux:
21-
- script: sudo
22-
with:
23-
command: dnf config-manager addrepo --from-repofile=https://cli.github.com/packages/rpm/gh-cli.repo
24-
- script: check-and-install-package
25-
with:
26-
command: gh
27-
package: dnf5-plugins
28-
- script: check-and-install-package
29-
with:
30-
command: gh
31-
package: gh --repo
32-
33-
ensure-gh-cli-macos:
34-
- script: check-and-install-package
35-
with:
36-
command: gh
37-
package: gh
38-
39-
ensure-gh-cli:
40-
- script: ensure-gh-cli-${{os}}
41-
4219
ensure-gcc-linux:
4320
- script: check-and-install-package
4421
with:

0 commit comments

Comments
 (0)