-
Notifications
You must be signed in to change notification settings - Fork 777
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
Running xxhash tests #927
Comments
Hi @pengwinsurf, Honestly, we have no idea about this error, since our CI invokes Therefore, we need an investigation. It's tedious, but could you run the following commands, and put their entire log to this issue? 1. Checking environmentFirst of all, please check and report your environment. uname -a
cat /etc/*-release # showing distro name
cc --version
make --version
git --version 2.
|
|
Thanks for the info.
is different from reported one:
Could you describe how you've got this error? |
I get the reported error when I build then run Following that failure if I run
|
Solution 1 : use |
Solution 2 doesn't work for me. I need to ensure I get maximum coverage of xxhash in my tests. When I run |
Please note: We don't recommend the following path for usual users as @Cyan4973 stated. (1) Please read our GitHub Actions CI script for ubuntu environment: This script installs everything to the "standard" Ubuntu VM for GitHub Actions. (2) It requires
(For contributors) : It's offtopic. But note that in some environment it may be difficult to install (3) It requires (4) Before try something different, always invoke |
Hi,
I am trying to run
make test-all
but I am getting an error
Not sure why that is the case or potential reason for it ?
The text was updated successfully, but these errors were encountered: