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

configure CI workflow for Ubuntu 20.04 LTS #1991

Merged
merged 1 commit into from
Sep 5, 2023
Merged

Conversation

russell-liu
Copy link
Contributor

No description provided.

@russell-liu russell-liu self-assigned this Sep 5, 2023
- name: Java test
run: CC=gcc CXX=g++ make javatest NUM_THREADS=32

- name: Generate coverage report
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't need to generate coverage report

working-directory: tools/nodejs_api

- name: Test with coverage
run: CC=gcc CXX=g++ make lcov NUM_THREADS=32
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GitHub-hosted machines have much fewer cores, please check this or use $(nproc) to get core counts dynamically.

@russell-liu russell-liu merged commit 650cabf into master Sep 5, 2023
3 of 8 checks passed
@russell-liu russell-liu deleted the ci-more-platforms branch September 5, 2023 15:37
Riolku pushed a commit that referenced this pull request Sep 7, 2023
Co-authored-by: Russell Liu <russell.liu@uwaterloo.ca>
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.

None yet

2 participants