Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | gitlab-ci: Use Debian stretch instead of Ubuntu bionic | Michel Dänzer | 2019-04-16 | 1 | -2/+6 | |
| | | | | | | | | | | | The APT archive used by the Ubuntu docker image can be slow, even timing out sometimes, causing spurious failures of the containers-build job. The Debian docker image uses deb.debian.org, which is backed by a content distribution network. One downside is that stretch only has GCC 6, whereas bionic had 7. Reviewed-by: Eric Engestrom <[email protected]> | |||||
* | CI: use wayland ci-templates repo to create the base image | Benjamin Tissoires | 2019-04-02 | 2 | -158/+162 | |
| | | | | | | | | | | | | There shouldn't be a difference for users, but this way we do manage all of our containers from freedesktop.org note: compared to the provious Dockerfile, we need to manually add gcc, g++ and python*-wheel Signed-off-by: Benjamin Tissoires <[email protected]> Reviewed-by: Michel Dänzer <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> | |||||
* | gitlab-ci: only build the default (=latest) and oldest llvm versions | Eric Engestrom | 2019-03-08 | 1 | -2/+0 | |
| | | | | | | | | Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Lionel Landwerlin <[email protected]> Reviewed-by: Eric Anholt <[email protected]> | |||||
* | gitlab-ci: install distro's ninja | Andres Gomez | 2019-03-05 | 1 | -10/+2 | |
| | | | | | | | | Ubuntu Bionic is shipping ninja 1.8.2. Therefore, we do not need to download v1.6.0 manually any more. Signed-off-by: Andres Gomez <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> | |||||
* | gitlab-ci: install xmllint to validate 00-mesa-defaults.conf | Eric Engestrom | 2019-02-28 | 1 | -0/+3 | |
| | | | | | Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Emil Velikov <[email protected]> | |||||
* | gitlab-ci: use ccache to speed up builds | Eric Engestrom | 2019-02-19 | 1 | -0/+3 | |
| | | | | Signed-off-by: Eric Engestrom <[email protected]> | |||||
* | gitlab-ci: add meson glvnd build | Eric Engestrom | 2019-02-06 | 1 | -0/+1 | |
| | | | | Signed-off-by: Eric Engestrom <[email protected]> | |||||
* | gitlab-ci: add make Gallium ST Clover LLVM-4.0 build | Eric Engestrom | 2019-02-06 | 1 | -0/+2 | |
| | | | | Signed-off-by: Eric Engestrom <[email protected]> | |||||
* | gitlab-ci: add meson gallium ST "Other" build | Eric Engestrom | 2019-02-06 | 1 | -0/+2 | |
| | | | | Signed-off-by: Eric Engestrom <[email protected]> | |||||
* | gitlab-ci: add meson gallium ST Clover (LLVM 7.0) build | Eric Engestrom | 2019-02-06 | 1 | -0/+2 | |
| | | | | Signed-off-by: Eric Engestrom <[email protected]> | |||||
* | gitlab-ci: add meson gallium ST Clover (LLVM 6.0) build | Eric Engestrom | 2019-02-06 | 1 | -0/+2 | |
| | | | | Signed-off-by: Eric Engestrom <[email protected]> | |||||
* | gitlab-ci: add meson gallium ST Clover (LLVM 5.0) build | Eric Engestrom | 2019-02-06 | 1 | -0/+3 | |
| | | | | Signed-off-by: Eric Engestrom <[email protected]> | |||||
* | gitlab-ci: add meson gallium "other drivers" build | Eric Engestrom | 2019-02-06 | 1 | -0/+1 | |
| | | | | Signed-off-by: Eric Engestrom <[email protected]> | |||||
* | gitlab-ci: add meson gallium SWR build | Eric Engestrom | 2019-02-06 | 1 | -0/+1 | |
| | | | | Signed-off-by: Eric Engestrom <[email protected]> | |||||
* | gitlab-ci: add meson loader/classic DRI build | Eric Engestrom | 2019-02-06 | 1 | -0/+3 | |
| | | | | Signed-off-by: Eric Engestrom <[email protected]> | |||||
* | gitlab-ci: add scons SWR build | Eric Engestrom | 2019-02-06 | 1 | -0/+1 | |
| | | | | Signed-off-by: Eric Engestrom <[email protected]> | |||||
* | gitlab-ci: add scons llvm 3.5 build | Eric Engestrom | 2019-02-06 | 1 | -0/+2 | |
| | | | | Signed-off-by: Eric Engestrom <[email protected]> | |||||
* | gitlab-ci: add a scons no-llvm build | Eric Engestrom | 2019-02-06 | 1 | -0/+1 | |
| | | | | Signed-off-by: Eric Engestrom <[email protected]> | |||||
* | gitlab-ci: add ubuntu container | Eric Engestrom | 2019-02-06 | 1 | -0/+141 | |
Signed-off-by: Eric Engestrom <[email protected]> |