Use correct CI test image for WASM and NVPTX

This commit is contained in:
Denys Zariaiev 2019-01-29 21:00:07 +01:00
parent 3f624456e6
commit 49931fda56
2 changed files with 1 additions and 21 deletions

View File

@ -168,7 +168,7 @@ matrix:
if: branch = auto
- env: IMAGE=i686-gnu-nopt
if: branch = auto
- env: IMAGE=wasm32-unknown
- env: IMAGE=test-various
if: branch = auto
- env: IMAGE=x86_64-gnu
if: branch = auto
@ -186,8 +186,6 @@ matrix:
if: branch = auto
- env: IMAGE=mingw-check
if: type = pull_request OR branch = auto
- env: IMAGE=nvptx-cuda
if: branch = auto
- stage: publish toolstate
if: branch = master AND type = push

View File

@ -1,18 +0,0 @@
FROM ubuntu:18.04
RUN apt-get update
RUN apt-get install -y --no-install-recommends \
g++ make file curl ca-certificates python git \
cmake sudo gdb
# FIXME: setup `ptx-linker` CI for automatic binary releases.
RUN curl -sL https://github.com/denzp/rust-ptx-linker/releases/download/v0.9.0-alpha.1/rust-ptx-linker.linux64.tar.gz | \
tar -xzvC /usr/bin
COPY scripts/sccache.sh /scripts/
RUN sh /scripts/sccache.sh
ENV TARGETS=nvptx64-nvidia-cuda
ENV SCRIPT python2.7 /checkout/x.py test --target $TARGETS \
src/test/run-make