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

Add stage2 and other dependencies for check-glibc-linux. #1380

Merged
merged 1 commit into from
Nov 30, 2023

Conversation

ishitatsuyuki
Copy link
Contributor

Some glibc tests like tst-unwind-{main,ctor} depends on stage2 artifacts (in particular, GCC runtime libs) to be properly installed. Add stage2 dependencies to avoid these tests from spuriously failing.

The test suite also uses the simulator and Deja GNU, both of which were not declared as dependencies, so add them as well.

Closes: #1379

@cmuellner
Copy link
Collaborator

Small nit (no need to update this PR): the subject (first) line of a git commit usually does not end with a period (.). It is like a headline in a newspaper.

Some glibc tests like tst-unwind-{main,ctor} depends on stage2 artifacts
(in particular, GCC runtime libs) to be properly installed. Add stage2
dependencies to avoid these tests from spuriously failing.

The test suite also uses the simulator and Deja GNU, both of which were
not declared as dependencies, so add them as well.

Closes: riscv-collab#1379
@patrick-rivos
Copy link
Collaborator

Dejagnu's git server seems to be having issues which is causing the CI to fail.

@pz9115
Copy link
Contributor

pz9115 commented Nov 30, 2023

I checked the error log

Cloning into '/home/runner/work/riscv-gnu-toolchain/riscv-gnu-toolchain/dejagnu'...
fatal: unable to access 'https://git.savannah.gnu.org/git/dejagnu.git/': The requested URL returned error: 502
fatal: clone of 'https://git.savannah.gnu.org/git/dejagnu.git' into submodule path '/home/runner/work/riscv-gnu-toolchain/riscv-gnu-toolchain/dejagnu' failed
Failed to clone 'dejagnu' a second time, aborting

it seems due to clone error, but the repo info is right here: http://savannah.gnu.org/git/?group=dejagnu

Maybe we need to try re-run the CI again, thanks.

If there also exist the same problem, you can try to change the dejagnu repo with:

git clone git://git.sv.gnu.org/dejagnu.git

@cmuellner cmuellner merged commit fcc49c7 into riscv-collab:master Nov 30, 2023
20 checks passed
@cmuellner
Copy link
Collaborator

Merged as CI is happy after retriggering the builds.
Thanks for the PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inconsistent tst-unwind-main/ctor (check-glibc) results depending on build order
4 participants