diff mbox series

[1/9] CI: use apt-get instead of apt wrapper

Message ID 20220719201353.1467716-1-ross.burton@arm.com
State New
Headers show
Series [1/9] CI: use apt-get instead of apt wrapper | expand

Commit Message

Ross Burton July 19, 2022, 8:13 p.m. UTC
When used in a non-interactive context, apt prints a warning:

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Use apt-get directly to avoid putting warnings in the logs.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jon Mason July 20, 2022, 2:41 p.m. UTC | #1
On Tue, 19 Jul 2022 21:13:45 +0100, Ross Burton wrote:
> When used in a non-interactive context, apt prints a warning:
> 
> WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
> 
> Use apt-get directly to avoid putting warnings in the logs.

Applied, thanks!

[1/9] CI: use apt-get instead of apt wrapper
      commit: 7d4ede329817288b2fc866fdd466e60e79e628b6
[2/9] CI: ignore buildpaths QA check in clang builds
      commit: 53795134de85b243a5e1bb8b74e05b51ee04058d
[3/9] arm/edk2-firmware: ignore buildpath warnings
      commit: 411519915cb2cfde80cb29ad0624be6d92789713
[4/9] arm/hafnium: ignore buildpath warnings
      commit: 04aeb9e548b1e0c9ea1c0b9fc79abb4967191618
[5/9] arm/linux-arm64-ack: fix buildpaths in the OID registry
      commit: 503d45e41aadf01ed2613b57e54a0040d25590e2
[6/9] arm/optee: ignore buildpath warnings
      commit: 6c7399be0c4cbbda98319d90d3505d0ba9a587c5
[7/9] arm/trusted-firmware-a: ignore buildpath warnings
      commit: ee0a824a875347e64be554c1578f11e6c2175cc4
[8/9] arm/trusted-firmware-m: ignore buildpath warnings
      commit: eac17923931934a46dc10cb9b887437eb0b6f9f6
[9/9] arm/trusted-services: ignore buildpath warnings
      commit: d9d1399b37160a77176cb27982e234adac6cf099

Best regards,
diff mbox series

Patch

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f91d678a..f3ca24d3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,7 +25,7 @@  stages:
     - mkdir --verbose --parents $KAS_WORK_DIR $KAS_REPO_REF_DIR $SSTATE_DIR $DL_DIR $TOOLCHAIN_DIR $TOOLCHAIN_LINK_DIR
     # Must do this here, as it's the only way to make sure the toolchain is installed on the same builder
     - ./ci/get-binary-toolchains $DL_DIR $TOOLCHAIN_DIR $TOOLCHAIN_LINK_DIR
-    - sudo apt update && sudo apt install --yes telnet python3-subunit
+    - sudo apt-get update && sudo apt-get install --yes telnet python3-subunit
 
 # Generalised fragment to do a Kas build
 .build: