mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
remove 32 bit builds
This commit is contained in:
parent
0dba26ab80
commit
4b24a52ecd
2 changed files with 2 additions and 8 deletions
|
@ -49,7 +49,7 @@ files: []
|
||||||
script: |
|
script: |
|
||||||
|
|
||||||
WRAP_DIR=$HOME/wrapped
|
WRAP_DIR=$HOME/wrapped
|
||||||
HOSTS="x86_64-linux-gnu arm-linux-gnueabihf aarch64-linux-gnu i686-linux-gnu"
|
HOSTS="x86_64-linux-gnu arm-linux-gnueabihf aarch64-linux-gnu"
|
||||||
FAKETIME_HOST_PROGS=""
|
FAKETIME_HOST_PROGS=""
|
||||||
FAKETIME_PROGS="date"
|
FAKETIME_PROGS="date"
|
||||||
HOST_CFLAGS="-O2 -g"
|
HOST_CFLAGS="-O2 -g"
|
||||||
|
|
|
@ -23,12 +23,6 @@ packages:
|
||||||
- "rename"
|
- "rename"
|
||||||
- "cmake"
|
- "cmake"
|
||||||
alternatives:
|
alternatives:
|
||||||
-
|
|
||||||
package: "i686-w64-mingw32-g++"
|
|
||||||
path: "/usr/bin/i686-w64-mingw32-g++-posix"
|
|
||||||
-
|
|
||||||
package: "i686-w64-mingw32-gcc"
|
|
||||||
path: "/usr/bin/i686-w64-mingw32-gcc-posix"
|
|
||||||
-
|
-
|
||||||
package: "x86_64-w64-mingw32-g++"
|
package: "x86_64-w64-mingw32-g++"
|
||||||
path: "/usr/bin/x86_64-w64-mingw32-g++-posix"
|
path: "/usr/bin/x86_64-w64-mingw32-g++-posix"
|
||||||
|
@ -41,7 +35,7 @@ remotes:
|
||||||
files: []
|
files: []
|
||||||
script: |
|
script: |
|
||||||
WRAP_DIR=$HOME/wrapped
|
WRAP_DIR=$HOME/wrapped
|
||||||
HOSTS="i686-w64-mingw32 x86_64-w64-mingw32"
|
HOSTS="x86_64-w64-mingw32"
|
||||||
FAKETIME_HOST_PROGS="windres objcopy"
|
FAKETIME_HOST_PROGS="windres objcopy"
|
||||||
FAKETIME_PROGS="date zip"
|
FAKETIME_PROGS="date zip"
|
||||||
HOST_CFLAGS="-O2 -g"
|
HOST_CFLAGS="-O2 -g"
|
||||||
|
|
Loading…
Reference in a new issue