From 3f33f6b417a6c60e4daadeb0d7b5b3b2d78b666c Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Wed, 31 Jul 2024 09:57:05 +0200 Subject: [PATCH] profiles: accept unstable aardvark-dns this solves a compiling issue with Rust 1.80 (because of the 'time' dependency). ``` error[E0282]: type annotations needed for `Box<_>` ``` Signed-off-by: Mathieu Tortuyaux --- .../profiles/coreos/base/package.accept_keywords | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords index a15c9bc821..943371daef 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords @@ -110,3 +110,7 @@ sys-apps/zram-generator ~amd64 ~arm64 # Accept unstable host Rust compilers. =virtual/rust-1.80.0 ~amd64 ~arm64 + +# Accept unstable aardvark-dns to fix 'time' +# dependency compilation issue with Rust 1.80 +=app-containers/aardvark-dns-1.11.0 ~amd64 ~arm64