diff mbox series

[v2,4/5] CI: remove 32-bit time_t workaround

Message ID 20240429163859.507226-4-ross.burton@arm.com
State New
Headers show
Series [v2,1/5] CI: add Kas schema comments | expand

Commit Message

Ross Burton April 29, 2024, 4:38 p.m. UTC
This is now in the recipe itself, so remove it from CI.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 ci/external-gccarm.yml | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/ci/external-gccarm.yml b/ci/external-gccarm.yml
index b55d0c96..9c1eba9d 100644
--- a/ci/external-gccarm.yml
+++ b/ci/external-gccarm.yml
@@ -8,6 +8,3 @@  local_conf_header:
     SKIP_RECIPE[gcc-cross-arm] = "Using external toolchain"
     TCMODE = "external-arm"
     EXTERNAL_TOOLCHAIN = "${TOPDIR}/toolchains/${TARGET_ARCH}"
-    # Temporary workaround for a number binaries in the toolchains that are using 32bit timer API
-    # This must be done here instead of the recipe because of all the libraries in the toolchain have the issue
-    INSANE_SKIP:append = " 32bit-time"