File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 `
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments