Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure that correct libc headers are pulled by libstdc++ builds #797

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1588,18 +1588,12 @@ jobs:
# Generate test list
TEST_ARGS="
-T ${ZEPHYR_ROOT}/samples/hello_world
-T ${ZEPHYR_ROOT}/samples/cpp/hello_world
-T ${ZEPHYR_ROOT}/tests/lib/c_lib
-T ${ZEPHYR_ROOT}/tests/lib/cpp
-T ${ZEPHYR_ROOT}/tests/lib/newlib
"

# FIXME: Build C++ samples and tests only for Linux hosts because there
# is a known issue causing link failures on non-Linux hosts (see
# GitHub issue #760).
if [ "${{ runner.os }}" == "Linux" ]; then
TEST_ARGS+="-T ${ZEPHYR_ROOT}/samples/cpp/hello_world "
TEST_ARGS+="-T ${ZEPHYR_ROOT}/tests/lib/cpp "
fi

# Run tests with twister
TWISTER="${ZEPHYR_ROOT}/scripts/twister"
${TWISTER} -v -N --force-color --inline-logs --retry-failed 3 \
Expand Down
2 changes: 1 addition & 1 deletion crosstool-ng
2 changes: 1 addition & 1 deletion gcc
Submodule gcc updated 2 files
+10 −6 configure
+10 −6 configure.ac
Loading