File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ go get github.com/intel/oneapi-cli
1818Alternatively see the tags/releases for a binary build for your OS.
1919
2020## Building
21- Go 1.24.4 should be used to build the CLI/TUI app.
21+ Go 1.24.6 should be used to build the CLI/TUI app.
2222
2323``` bash
2424git clone https://github.com/intel/oneapi-cli.git
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ lf="-X github.com/intel/oneapi-cli/cmd.version=${version}"
66
77GOOS=linux GOARCH=amd64 go build -trimpath -mod=readonly -gcflags=" all=-spectre=all -N -l" -asmflags=" all=-spectre=all" -ldflags=" all=-s -w $lf " -o linux/bin/oneapi-cli
88GOOS=windows GOARCH=amd64 go build -trimpath -mod=readonly -gcflags=" all=-spectre=all -N -l" -asmflags=" all=-spectre=all" -ldflags=" all=-s -w $lf " -o win/bin/oneapi-cli.exe
9- GOOS=darwin GOARCH=amd64 go build -trimpath -mod=readonly -gcflags=" all=-spectre=all -N -l" -asmflags=" all=-spectre=all" -ldflags=" all=-s -w $lf " -o osx/bin/oneapi-cli
9+ # GOOS=darwin GOARCH=amd64 go build -trimpath -mod=readonly -gcflags="all=-spectre=all -N -l" -asmflags="all=-spectre=all" -ldflags="all=-s -w $lf" -o osx/bin/oneapi-cli
Original file line number Diff line number Diff line change 11module github.com/intel/oneapi-cli
22
3- go 1.24.4
3+ go 1.24.6
44
55require (
66 github.com/gdamore/tcell v1.4.0
You can’t perform that action at this time.
0 commit comments