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

Optional images with xbase and xcomp sets for X application CI #1

Open
tsutsui opened this issue Mar 8, 2023 · 0 comments
Open

Optional images with xbase and xcomp sets for X application CI #1

tsutsui opened this issue Mar 8, 2023 · 0 comments

Comments

@tsutsui
Copy link

tsutsui commented Mar 8, 2023

I've tried to create CI for ibus on github using netbsd-vm and netbsd-builder.
https://github.com/tsutsui/ibus/blob/ci-netbsd/.github/workflows/main.yml#L200

To test X based applications, I have to manuall install header files under /usr/X11R7/include and libraries in /usr/X11R7/lib are necessary to run CI.
https://github.com/tsutsui/ibus/blob/7272daff80bc79db32a4f47942d6b763503b4b67/.github/workflows/main.yml#L227-L228

I wonder if it's worth to

  1. prepare optional images with "full installation" (rather then current "Installation without X11")
    Installation without X11 | down ; enter
  2. add an explicit option that installs xbase.tar.xz and xcomp.tar.xz during setup in post installation as I did above

Thanks,

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

No branches or pull requests

1 participant