mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* .gitlab-ci.yml: Don't install a C++ compiler. Suppress apt interaction.
This commit is contained in:
parent
389fb2aebf
commit
8b64a80a56
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ image: debian:unstable
|
|||
|
||||
before_script:
|
||||
- apt update -qq
|
||||
- apt install -y -qq build-essential autoconf automake libncurses-dev gnutls-dev
|
||||
- DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends -y -qq -o=Dpkg::Use-Pty=0 libc-dev gcc make autoconf automake libncurses-dev gnutls-dev
|
||||
|
||||
stages:
|
||||
- test
|
||||
|
|
|
|||
Loading…
Reference in a new issue