mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-14 03:56:36 +00:00
.gitea: update
This commit is contained in:
parent
c5422667d0
commit
af834ff52f
1 changed files with 9 additions and 3 deletions
|
|
@ -134,8 +134,10 @@ jobs:
|
||||||
go-version: 1.24
|
go-version: 1.24
|
||||||
cache: false
|
cache: false
|
||||||
|
|
||||||
# Note: gcc.exe only works properly if the corresponding bin/ directory is
|
- name: "Show environment"
|
||||||
# contained in PATH.
|
shell: cmd
|
||||||
|
run: |
|
||||||
|
set
|
||||||
|
|
||||||
- name: "Show cgo source"
|
- name: "Show cgo source"
|
||||||
shell: cmd
|
shell: cmd
|
||||||
|
|
@ -144,6 +146,10 @@ jobs:
|
||||||
echo %ROOT%
|
echo %ROOT%
|
||||||
dir %ROOT%\src\runtime\cgo
|
dir %ROOT%\src\runtime\cgo
|
||||||
|
|
||||||
|
# Note: gcc.exe only works properly if the corresponding bin/ directory is
|
||||||
|
# contained in PATH.
|
||||||
|
|
||||||
|
|
||||||
# - name: "Build (amd64)"
|
# - name: "Build (amd64)"
|
||||||
# shell: cmd
|
# shell: cmd
|
||||||
# run: |
|
# run: |
|
||||||
|
|
@ -155,7 +161,7 @@ jobs:
|
||||||
- name: "Build (386)"
|
- name: "Build (386)"
|
||||||
shell: cmd
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
set PATH=%GETH_MINGW%\bin;%PATH%
|
set PATH=C:\msys64\mingw32\bin;C:\Windows\system32\config\systemprofile\go\bin;C:\Windows\system32\config\systemprofile\.cache\act\tool_cache\go\1.24.4\x64\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\Git\cmd;c:\teleport;C:\Program Files\nodejs\;C:\Program Files (x86)\NSIS\;C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\WindowsApps
|
||||||
echo %PATH%
|
echo %PATH%
|
||||||
go run build/ci.go install -dlgo -arch 386 -cc %GETH_MINGW%\bin\gcc.exe
|
go run build/ci.go install -dlgo -arch 386 -cc %GETH_MINGW%\bin\gcc.exe
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue