CI: build: fix use of sdk as toolchain
authorChristian Marangi <ansuelsmth@gmail.com>
Mon, 5 Dec 2022 22:23:04 +0000 (23:23 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Tue, 6 Dec 2022 22:46:13 +0000 (23:46 +0100)
commit42f0ab028e2eae0d4e7acf9db7fd68b256f23503
treebf6d97dc870ee8e46aa579fc1104cbbe8b34c263
parent6cee46def01a0d51d1fb003d92e0840f87aa8822
CI: build: fix use of sdk as toolchain

The toolchain included in a sdk have a different format than an external
toolchain tar.

Since sdk is a more integrated setup doesn't use and include wrapper bin
that use the external toolchain config and use an alternative and more
standard way to include all the toolchain headers.

External toolchain use wrapper.sh to append the configured include
header when each tool is called.

Fix the sdk toolchain by reverting their own sdk wrapper scripts and to
simulate an external toolchain build copying what is done in the
toolchain target makefile.

This handle compilation error and warning caused by not using fortify
header on building packages.

Fixes: 006e52545d14 ("CI: build: add support to fallback to sdk for external toolchain")
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
.github/workflows/build.yml