ci: Remove erroneous extension from .build-no-test

This shouldn't extend the base .build-env, since we have per-environment
extensions.

Signed-off-by: Daniel Stone <daniels@collabora.com>
This commit is contained in:
Daniel Stone 2021-08-03 13:09:12 +01:00
parent 7c8b15256f
commit c91a34fb03
1 changed files with 0 additions and 1 deletions

View File

@ -200,7 +200,6 @@ aarch64-debian-container_prep:
.build-no-test:
extends:
- .ci-rules
- .build-env
script:
- cd "$BUILDDIR"
- meson --prefix="$PREFIX" ${MESON_OPTIONS} ..