Commit 0d32c33f authored by Xiaowu Zhang's avatar Xiaowu Zhang

go

parent e4e43cfe
rm -rf *.so *.h *~ fluent-bit-go
rm -rf /usr/local/go
rm go1.16.4.linux-amd64.tar.gz
wget https://golang.org/dl/go1.16.4.linux-amd64.tar.gz
tar -C /usr/local -xzf go1.16.4.linux-amd64.tar.gz
export PATH=$PATH:/usr/local/go/bin
git clone https://github.com/fluent/fluent-bit-go.git
go build -buildmode=c-shared -o out_gstdout.so
cp out_gstdout.so ../../dracut.module/90metadata-collect
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment