Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] support/config-fragments/autobuild: stop testing Sourcery AMD64 toolchain
@ 2020-08-23 11:15 Thomas Petazzoni
  2020-08-23 11:15 ` [Buildroot] [PATCH 2/3] toolchain/toolchain-external/toolchain-external-codesourcery-amd64: remove package Thomas Petazzoni
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2020-08-23 11:15 UTC (permalink / raw)
  To: buildroot

This toolchain uses an old gcc 6.2.0, and newer versions of the
toolchain are no longer publicly available. This old gcc 6.2.0 causes
build issues of Boost, which are unfixable without updating the
toolchain. As we're about to drop support for this toolchain entirely,
we must stop testing it in our autobuilder infrastructure.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 support/config-fragments/autobuild/sourcery-x86-64.config | 4 ----
 support/config-fragments/autobuild/toolchain-configs.csv  | 1 -
 2 files changed, 5 deletions(-)
 delete mode 100644 support/config-fragments/autobuild/sourcery-x86-64.config

diff --git a/support/config-fragments/autobuild/sourcery-x86-64.config b/support/config-fragments/autobuild/sourcery-x86-64.config
deleted file mode 100644
index 6c7ad4c5b7..0000000000
--- a/support/config-fragments/autobuild/sourcery-x86-64.config
+++ /dev/null
@@ -1,4 +0,0 @@
-BR2_x86_64=y
-BR2_x86_steamroller=y
-BR2_TOOLCHAIN_EXTERNAL=y
-BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_AMD64=y
diff --git a/support/config-fragments/autobuild/toolchain-configs.csv b/support/config-fragments/autobuild/toolchain-configs.csv
index 7f05064475..eaaac3d24b 100644
--- a/support/config-fragments/autobuild/toolchain-configs.csv
+++ b/support/config-fragments/autobuild/toolchain-configs.csv
@@ -69,4 +69,3 @@ support/config-fragments/autobuild/sourcery-arm-thumb2.config,x86
 support/config-fragments/autobuild/sourcery-mips64.config,x86
 support/config-fragments/autobuild/sourcery-mips.config,x86
 support/config-fragments/autobuild/sourcery-nios2.config,x86
-support/config-fragments/autobuild/sourcery-x86-64.config,x86
-- 
2.26.2

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-08-24 21:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-23 11:15 [Buildroot] [PATCH 1/3] support/config-fragments/autobuild: stop testing Sourcery AMD64 toolchain Thomas Petazzoni
2020-08-23 11:15 ` [Buildroot] [PATCH 2/3] toolchain/toolchain-external/toolchain-external-codesourcery-amd64: remove package Thomas Petazzoni
2020-08-23 11:15 ` [Buildroot] [PATCH 3/3] support/config-fragments/autobuild: test Bootlin x86-64 toolchain Thomas Petazzoni
2020-08-24 21:38 ` [Buildroot] [PATCH 1/3] support/config-fragments/autobuild: stop testing Sourcery AMD64 toolchain Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox