-
Notifications
You must be signed in to change notification settings - Fork 0
Add dependency install script for ubuntu #9
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
base: main
Are you sure you want to change the base?
Conversation
e1eb59a to
f166cbd
Compare
usha1830
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this based on Fedora deps script?
How did you get the list of tools/deps needed?
|
Github ci pipeline |
|
How do I verify this? |
d8c6ced to
f591e3d
Compare
|
Tested on fresh ubuntu 18.04 and 20.04 install, could not see any error. |
f591e3d to
1ab0007
Compare
|
Testing should be done using ctest -R . -j16(even ci uses this) , instead of make check. some ubpf tests fails with make-check |
usha1830
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verified on my Ubuntu 18.04 machine.
All backends tests are passing with make check as well as ctest.
After executing this script, we can build and test p4c without any issue atleast on ubuntu 20.04.