Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix issue #2050: add -t option support for command gf docker to compatable with older version #2423

Merged
merged 2 commits into from
Feb 7, 2023

Conversation

gqcn
Copy link
Member

@gqcn gqcn commented Feb 7, 2023

No description provided.

…-------------------------------------------------------------------------------------------------+

| GO111MODULE  | "on"                                                                                                 |
| GOARCH       | "amd64"                                                                                              |
| GOBIN        | ""                                                                                                   |
| GOCACHE      | "/Users/txqiangguo/Library/Caches/go-build"                                                          |
| GOENV        | "/Users/txqiangguo/Library/Application                                                               |
|              | Support/go/env"                                                                                      |
| GOEXE        | ""                                                                                                   |
| GOEXPERIMENT | ""                                                                                                   |
| GOFLAGS      | ""                                                                                                   |
| GOHOSTARCH   | "amd64"                                                                                              |
| GOHOSTOS     | "darwin"                                                                                             |
| GOINSECURE   | "git.code.oa.com"                                                                                    |
| GOMODCACHE   | "/Users/txqiangguo/go/pkg/mod"                                                                       |
| GONOPROXY    | "git.code.oa.com,git.woa.com"                                                                        |
| GONOSUMDB    | "git.code.oa.com,git.woa.com"                                                                        |
| GOOS         | "darwin"                                                                                             |
| GOPATH       | "/Users/txqiangguo/go"                                                                               |
| GOPRIVATE    | "git.code.oa.com,git.woa.com"                                                                        |
| GOPROXY      | "https://goproxy.cn"                                                                                 |
| GOROOT       | "/Users/txqiangguo/Softs/go1.18.3"                                                                   |
| GOSUMDB      | "off"                                                                                                |
| GOTMPDIR     | ""                                                                                                   |
| GOTOOLDIR    | "/Users/txqiangguo/Softs/go1.18.3/pkg/tool/darwin_amd64"                                             |
| GOVCS        | ""                                                                                                   |
| GOVERSION    | "go1.18.3"                                                                                           |
| GCCGO        | "gccgo"                                                                                              |
| GOAMD64      | "v1"                                                                                                 |
| AR           | "ar"                                                                                                 |
| CC           | "clang"                                                                                              |
| CXX          | "clang++"                                                                                            |
| CGO_ENABLED  | "1"                                                                                                  |
| GOMOD        | "/Users/txqiangguo/Workspace/gogf/gf/go.mod"                                                         |
| GOWORK       | ""                                                                                                   |
| CGO_CFLAGS   | "-g -O2"                                                                                             |
| CGO_CPPFLAGS | ""                                                                                                   |
| CGO_CXXFLAGS | "-g -O2"                                                                                             |
| CGO_FFLAGS   | "-g -O2"                                                                                             |
| CGO_LDFLAGS  | "-g -O2"                                                                                             |
| PKG_CONFIG   | "pkg-config"                                                                                         |
| GOGCCFLAGS   | "-fPIC -arch x86_64 -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0       |
|              | -fdebug-prefix-map=/var/folders/yj/f5zzq83x7tj38_hnmq655bw40000gp/T/go-build3901381940=/tmp/go-build |
|              | -gno-record-gcc-switches -fno-common"                                                                |
+--------------+------------------------------------------------------------------------------------------------------+

2023-02-07 14:24:48.825 start building...
2023-02-07 14:24:48.825 go build -o ./temp/linux_amd64/main main.go
2023-02-07 14:24:48.847 failed to build, os:linux, arch:amd64, error:
no required module provides package main.go; to add it:
	go get main.go

you may use command option "--debug" to enable debug info and check the details

2023-02-07 14:24:48.847 done!
exit status 1 to compatable with older version
@codecov-commenter
Copy link

Codecov Report

Base: 79.62% // Head: 79.62% // Decreases project coverage by -0.01% ⚠️

Coverage data is based on head (a454bd7) compared to base (5f0641f).
Patch has no changes to coverable lines.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2423      +/-   ##
==========================================
- Coverage   79.62%   79.62%   -0.01%     
==========================================
  Files         598      597       -1     
  Lines       49689    49470     -219     
==========================================
- Hits        39566    39389     -177     
+ Misses       8126     8095      -31     
+ Partials     1997     1986      -11     
Flag Coverage Δ
go-1.15-386 79.66% <ø> (+<0.01%) ⬆️
go-1.15-amd64 79.66% <ø> (+0.02%) ⬆️
go-1.16-386 79.65% <ø> (-0.03%) ⬇️
go-1.16-amd64 79.66% <ø> (+<0.01%) ⬆️
go-1.17-386 ?
go-1.17-amd64 ?
go-1.18-386 ?
go-1.18-amd64 79.58% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
os/gfpool/gfpool_file.go 65.71% <0.00%> (-2.86%) ⬇️
os/gfsnotify/gfsnotify_watcher_loop.go 83.19% <0.00%> (-1.69%) ⬇️
contrib/drivers/oracle/oracle.go

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@gqcn gqcn merged commit 2b90bcf into master Feb 7, 2023
@gqcn gqcn deleted the fix/2050 branch February 7, 2023 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants