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 GitHub Actions. #8

Closed
wants to merge 2 commits into from
Closed

Add GitHub Actions. #8

wants to merge 2 commits into from

Conversation

kentonv
Copy link
Member

@kentonv kentonv commented Sep 20, 2022

No description provided.

@kentonv
Copy link
Member Author

kentonv commented Sep 20, 2022

Apparently, actions won't work until we make the repo public.

@kentonv
Copy link
Member Author

kentonv commented Sep 21, 2022

I'm not going to merge this until I can actually verify it works, so I guess this PR will sit open for a week.

@kentonv
Copy link
Member Author

kentonv commented Sep 23, 2022

Note to self: Add a check that bans fixup commits.

@Electroid Electroid added the chore Tasks to improve the repository or builds label Sep 26, 2022
@kentonv
Copy link
Member Author

kentonv commented Sep 27, 2022

OMG we are going to need to do something about these slow builds.

@jbergstroem
Copy link

jbergstroem commented Sep 27, 2022

How about using the builtin bazel cache with a R2 bucket? Happy to do a PR/add on top if so. It would be problematic for forked repos but I guess the step that enables it can be conditional to what the repo is.

sudo apt-get install -y build-essential git clang libc++-dev
- name: bazel tests
run: |
bazel test --verbose_failures --test_output=errors //...
Copy link
Collaborator

Choose a reason for hiding this comment

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

--show_timestamps is very helpful. I also suggest -k

sudo apt-get install -y build-essential git clang libc++-dev
- name: bazel tests
run: |
bazel test --verbose_failures --test_output=errors //...
Copy link
Collaborator

Choose a reason for hiding this comment

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

We run @capnp-cpp//... //... -- -@capnp-cpp//src/capnp:fuzz-test, do we want capnp tests here too?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Tasks to improve the repository or builds
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants