From 7624d9c503f1cf452b10647d0fad607449b7e360 Mon Sep 17 00:00:00 2001 From: mattmadeofpasta Date: Sun, 5 Nov 2023 13:40:34 +0000 Subject: [PATCH] Reenable dash --- config/aarch64/ci.toml | 2 +- config/i686/ci.toml | 2 +- config/x86_64/ci.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/aarch64/ci.toml b/config/aarch64/ci.toml index 34b4e30..88dd000 100644 --- a/config/aarch64/ci.toml +++ b/config/aarch64/ci.toml @@ -28,7 +28,7 @@ coreutils = {} cosmic-text = {} cpal = {} curl = {} -#dash = {} # errors after GCC update +dash = {} diffutils = {} dosbox = {} drivers = {} diff --git a/config/i686/ci.toml b/config/i686/ci.toml index db90d49..8b8bc29 100644 --- a/config/i686/ci.toml +++ b/config/i686/ci.toml @@ -13,7 +13,7 @@ bootstrap = {} ca-certificates = {} contain = {} coreutils = {} -#dash = {} # errors after GCC update +dash = {} diffutils = {} drivers = {} escalated = {} diff --git a/config/x86_64/ci.toml b/config/x86_64/ci.toml index 7a688b4..3af4dca 100644 --- a/config/x86_64/ci.toml +++ b/config/x86_64/ci.toml @@ -28,7 +28,7 @@ coreutils = {} cosmic-text = {} cpal = {} curl = {} -#dash = {} # errors after GCC update +dash = {} diffutils = {} dosbox = {} drivers = {}