piparul / kepler-labdemo-bookbag

Apache License 2.0
0 stars 0 forks source link

sandboxes-gpte.ocp4-sustainable.event-1 missing libs #1

Closed piparul closed 1 year ago

piparul commented 1 year ago

Hi @newgoliath

I tested the sandboxes-gpte.ocp4-sustainable.event-1 following the steps mentioned here https://github.com/piparul/kepler-labdemo-bookbag/blob/main/workshop/content/exercise1.adoc

newgoliath commented 1 year ago

No make! wow! We can add all these things.

Which RHEL has go 1.18?

Would you be interested in having ALL this automated - including the lab instructions - so you can focus on more Kepler use cases?

piparul commented 1 year ago

That would be very helpful. I am not sure about which Rhel has go 1.18. But this web page has the following information https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/8.7_release_notes/index

The following performance monitoring tools have been updated in RHEL 8.7:

PCP 5.3.7
Grafana 7.5.13
Updated compiler toolsets
The following compiler toolsets have been updated in RHEL 8.7:

GCC Toolset 12
LLVM Toolset 14.0.6
Rust Toolset 1.62
Go Toolset 1.18

Is it possible to test with 8.7 release and see if it works?

piparul commented 1 year ago

For now I am going to install Go binary archive from their official page https://go.dev/dl/ to continue with the end to end lab testing and update this issue with anything that is missing.

piparul commented 1 year ago

FYI I ran the following to set up the env.

sudo dnf install -y make
wget https://go.dev/dl/go1.18.10.linux-amd64.tar.gz
tar -xzf  go1.18.10.linux-amd64.tar.gz
cp -R go /usr/local/

Added following in ~/.bashrc

PATH=$PATH:/usr/local/go/bin
export PATH

Check the go version

go version
go version go1.18.10 linux/amd64

cc @newgoliath @rhjcd

newgoliath commented 1 year ago

This should be fixed.