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

feat: add Archlinux pacman support (#31) #95

Merged
merged 9 commits into from
Jun 30, 2022

Conversation

abeimler
Copy link
Contributor

TODO:

  • install cppcheck and doxygen is not workling, yet.
  • needs more testing, didn't test all application like kcov

* add `setupPacmanPack`
* add arch linux docker image
* add container tests
Copy link
Owner

@aminya aminya left a comment

Choose a reason for hiding this comment

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

Wow. Thanks for the work!

Edit: fixed it!

  • Could you run pnpm format? Some spelling errors need to be addressed by adding those words to cspell.config.yaml. -> 895aaca

Copy link
Owner

@aminya aminya left a comment

Choose a reason for hiding this comment

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

Edit: fixed it!

Fortunately, everything passes the docker test except for Doxygen. We can fix or ignore it. Do you know how to fix the issue? What version of Doxygen is available?

  Installing doxygen 1.9.4 via pacman
  error: target not found: doxygen=1.9.4
  error: target not found: doxygen1.9.4
  Error: Command failed with exit code 1: pacman -S --noconfirm doxygen1.9.4

@aminya aminya marked this pull request as ready for review June 30, 2022 04:04
Copy link
Owner

@aminya aminya left a comment

Choose a reason for hiding this comment

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

Thanks for the work! This is awesome!

This contains the essential installations. The rest of the apps can be added incrementally. For now, I think this is ready to ship!

@aminya aminya changed the title WIP: feat: add pacman support (#31) feat: add pacman support (#31) Jun 30, 2022
@aminya aminya merged commit a4796aa into aminya:master Jun 30, 2022
@aminya aminya changed the title feat: add pacman support (#31) feat: add Archlinux pacman support (#31) Jun 30, 2022
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.

2 participants