Skip to content

Commit c257859

Browse files
authored
Merge pull request #16 from intel/abhijit4/2025.3.0-release-code-merge
[DEV1A-6274] - 2025.3.0: Merge release code from internal to external repo
2 parents ffbf96f + 2046e7f commit c257859

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ go get github.com/intel/oneapi-cli
1818
Alternatively 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
2424
git clone https://github.com/intel/oneapi-cli.git

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ lf="-X github.com/intel/oneapi-cli/cmd.version=${version}"
66

77
GOOS=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
88
GOOS=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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/intel/oneapi-cli
22

3-
go 1.24.4
3+
go 1.24.6
44

55
require (
66
github.com/gdamore/tcell v1.4.0

0 commit comments

Comments
 (0)