Skip to content

Instantly share code, notes, and snippets.

@palnabarun
Created March 31, 2022 04:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save palnabarun/c3cbd1404fa395199e7d643f5f85f092 to your computer and use it in GitHub Desktop.
Save palnabarun/c3cbd1404fa395199e7d643f5f85f092 to your computer and use it in GitHub Desktop.
Timing of k/release:make release-tools
~/s/k/release on 🌱 master (a40bc07) [🏎💨] on ⛵ kind-kind () 
❯ time make release-tools          
./compile-release-tools 
Setting up environment...
Checking dependencies...
Compiling github.com/psampaz/go-mod-outdated...
ggithub.com/psampaz/go-mod-outdated compiled & installed
+-----------------------------------------+------------------------------------+------------------------------------+--------+------------------+
|                 MODULE                  |              VERSION               |            NEW VERSION             | DIRECT | VALID TIMESTAMPS |
+-----------------------------------------+------------------------------------+------------------------------------+--------+------------------+
| cloud.google.com/go/storage             | v1.19.0                            | v1.21.0                            | true   | true             |
| github.com/GoogleCloudPlatform/testgrid | v0.0.38                            | v0.0.127                           | true   | true             |
| github.com/spiegel-im-spiegel/go-cvss   | v1.0.0                             | v1.1.0                             | true   | true             |
| golang.org/x/net                        | v0.0.0-20220225172249-27dd8689420f | v0.0.0-20220325170049-de3da57026de | true   | true             |
| golang.org/x/oauth2                     | v0.0.0-20211104180415-d3ed0bb246c8 | v0.0.0-20220309155454-6242fa91716a | true   | true             |
| google.golang.org/api                   | v0.66.0                            | v0.74.0                            | true   | true             |
+-----------------------------------------+------------------------------------+------------------------------------+--------+------------------+
Compiling default release tools...
krel was successfully compiled and installed to /Users/nabarun/go/bin/krel
Compiling default release tools...
kubepkg was successfully compiled and installed to /Users/nabarun/go/bin/kubepkg
Compiling default release tools...
schedule-builder was successfully compiled and installed to /Users/nabarun/go/bin/schedule-builder
make release-tools  11.01s user 6.50s system 7% cpu 3:49.65 total
~/s/k/release on 🌱 master (a40bc07) [🏎💨] on ⛵ kind-kind () 
❯ time make release-tools
./compile-release-tools 
Setting up environment...
Checking dependencies...
Compiling github.com/psampaz/go-mod-outdated...
github.com/psampaz/go-mod-outdated compiled & installed
+-----------------------------------------+------------------------------------+------------------------------------+--------+------------------+
|                 MODULE                  |              VERSION               |            NEW VERSION             | DIRECT | VALID TIMESTAMPS |
+-----------------------------------------+------------------------------------+------------------------------------+--------+------------------+
| cloud.google.com/go/storage             | v1.19.0                            | v1.21.0                            | true   | true             |
| github.com/GoogleCloudPlatform/testgrid | v0.0.38                            | v0.0.127                           | true   | true             |
| github.com/spiegel-im-spiegel/go-cvss   | v1.0.0                             | v1.1.0                             | true   | true             |
| golang.org/x/net                        | v0.0.0-20220225172249-27dd8689420f | v0.0.0-20220325170049-de3da57026de | true   | true             |
| golang.org/x/oauth2                     | v0.0.0-20211104180415-d3ed0bb246c8 | v0.0.0-20220309155454-6242fa91716a | true   | true             |
| google.golang.org/api                   | v0.66.0                            | v0.74.0                            | true   | true             |
+-----------------------------------------+------------------------------------+------------------------------------+--------+------------------+
Compiling default release tools...
k8s.io/release/cmd/krel
krel was successfully compiled and installed to /Users/nabarun/go/bin/krel
Compiling default release tools...
k8s.io/release/cmd/kubepkg
kubepkg was successfully compiled and installed to /Users/nabarun/go/bin/kubepkg
Compiling default release tools...
k8s.io/release/cmd/schedule-builder
schedule-builder was successfully compiled and installed to /Users/nabarun/go/bin/schedule-builder
make release-tools  9.44s user 6.07s system 6% cpu 3:57.81 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment