mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-13 11:36:37 +00:00
.gitea: disable 64bit
This commit is contained in:
parent
f0479f3158
commit
b5f4d628ac
1 changed files with 7 additions and 7 deletions
|
|
@ -142,13 +142,13 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
where gcc
|
where gcc
|
||||||
|
|
||||||
- name: "Build (amd64)"
|
# - name: "Build (amd64)"
|
||||||
shell: cmd
|
# shell: cmd
|
||||||
run: |
|
# run: |
|
||||||
set PATH=%GETH_MINGW%\bin;%PATH%
|
# set PATH=%GETH_MINGW%\bin;%PATH%
|
||||||
go run build/ci.go install -dlgo -arch amd64 -cc %GETH_MINGW%\bin\gcc.exe
|
# go run build/ci.go install -dlgo -arch amd64 -cc %GETH_MINGW%\bin\gcc.exe
|
||||||
env:
|
# env:
|
||||||
GETH_MINGW: 'C:\msys64\mingw64'
|
# GETH_MINGW: 'C:\msys64\mingw64'
|
||||||
|
|
||||||
- name: "Build (386)"
|
- name: "Build (386)"
|
||||||
shell: cmd
|
shell: cmd
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue