Skip to content

Commit

Permalink
Change ubuntu versions and distros
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Groh <bgroh2@bloomberg.net>
  • Loading branch information
Benjamin Groh authored and azeemba committed Mar 15, 2020
1 parent 809e79f commit b0b28b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ matrix:
compiler: gcc
language: cpp
sudo: true
script: docker build --build-arg BASE_IMAGE=ubuntu:18.10 --build-arg IMAGE_REPO=cosmic --build-arg TARGET_LLVM_VERSION=8 .
script: docker build --build-arg TARGET_LLVM_VERSION=8 .
- os: linux
compiler: gcc
language: cpp
sudo: true
script: docker build --build-arg BASE_IMAGE=ubuntu:19.04 --build-arg IMAGE_REPO=disco --build-arg TARGET_LLVM_VERSION=9 .
script: docker build --build-arg TARGET_LLVM_VERSION=9 .
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ARG BASE_IMAGE=ubuntu:18.10
ARG BASE_IMAGE=ubuntu:18.04

FROM $BASE_IMAGE

ARG TARGET_LLVM_VERSION=8
ARG IMAGE_REPO=cosmic
ARG IMAGE_REPO=bionic

# Depenedencies to fetch, build llvm and clang
RUN apt-get update && apt-get install -y \
Expand Down

0 comments on commit b0b28b8

Please sign in to comment.