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

ci: add arch linux build #9680

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

tobtoht
Copy link
Collaborator

@tobtoht tobtoht commented Jan 4, 2025

We don't currently have a rolling release Linux distro in our CI. Arch Linux is a common development environment.

This would help us catch and fix issues like #9359 early.

@tobtoht tobtoht marked this pull request as ready for review January 14, 2025 18:32
- name: install dependencies
run: pacman -Syyu --noconfirm base-devel git cmake boost openssl zeromq unbound libsodium readline expat gtest python3 doxygen graphviz hidapi libusb protobuf
- name: configure git
run: git config --global --add safe.directory '*'
Copy link
Contributor

Choose a reason for hiding this comment

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

Why is this step needed? Isn't the checkout phase from URL, and not local directory?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

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

Successfully merging this pull request may close these issues.

4 participants