mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-02-02 22:41:25 +00:00
CircleCi: Ubuntu docker image is broken
This commit is contained in:
parent
ac75267ef2
commit
29c19b62ef
1 changed files with 9 additions and 9 deletions
|
@ -12,15 +12,15 @@ jobs:
|
||||||
CCACHE_COMPRESS: true
|
CCACHE_COMPRESS: true
|
||||||
WFLAGS: -Wno-unsuffixed-float-constants
|
WFLAGS: -Wno-unsuffixed-float-constants
|
||||||
GCC49: true
|
GCC49: true
|
||||||
- image: ubuntu:trusty
|
#- image: ubuntu:trusty
|
||||||
environment:
|
# environment:
|
||||||
CC: ccache gcc -m32
|
# CC: ccache gcc -m32
|
||||||
PKG_CONFIG_LIBDIR: /usr/lib/i386-linux-gnu/pkgconfig
|
# PKG_CONFIG_LIBDIR: /usr/lib/i386-linux-gnu/pkgconfig
|
||||||
LIBGME_CFLAGS: -I/usr/include
|
# LIBGME_CFLAGS: -I/usr/include
|
||||||
LIBGME_LDFLAGS: -lgme
|
# LIBGME_LDFLAGS: -lgme
|
||||||
CCACHE_COMPRESS: true
|
# CCACHE_COMPRESS: true
|
||||||
WFLAGS: -Wno-unsuffixed-float-constants
|
# WFLAGS: -Wno-unsuffixed-float-constants
|
||||||
GCC48: true
|
# GCC48: true
|
||||||
steps:
|
steps:
|
||||||
- run:
|
- run:
|
||||||
name: Add i386 arch
|
name: Add i386 arch
|
||||||
|
|
Loading…
Reference in a new issue