diff options
author | Dylan Baker <[email protected]> | 2019-10-23 14:21:31 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2019-10-25 22:47:32 +0000 |
commit | 06e4647cb031f8ad0f904c8b71bef6d4583da13c (patch) | |
tree | eb1a43499bc5149145f518cdd5a3f7cd557aaac4 /.gitlab-ci/lava-gitlab-ci.yml | |
parent | 09ee11f5da6034586297bc45d90f252715c673aa (diff) |
gitlab-ci: refactor out some common stuff for Windows and Linux
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to '.gitlab-ci/lava-gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci/lava-gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/lava-gitlab-ci.yml b/.gitlab-ci/lava-gitlab-ci.yml index 61af33243b1..036618dc975 100644 --- a/.gitlab-ci/lava-gitlab-ci.yml +++ b/.gitlab-ci/lava-gitlab-ci.yml @@ -60,7 +60,7 @@ lava-container:arm64: .lava-build: image: $CI_REGISTRY_IMAGE/debian/$LAVA_DEBIAN_VERSION:$DEBIAN_ARCH-$LAVA_IMAGE_TAG extends: - - .build + - .build-linux # Use ccache transparently, and print stats before/after before_script: - mkdir -p results mesa-build |