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

run Docker build on PRs #627

Merged
merged 4 commits into from
Dec 30, 2023
Merged

run Docker build on PRs #627

merged 4 commits into from
Dec 30, 2023

Commits on Dec 28, 2023

  1. run Docker build on PRs

    ...but don't push
    
    I'm hoping this will fail the docker build, vs
    systemed#625, where it passed.
    
    Once it does, then I'll try to actually fix the Docker build.
    cldellow committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    3e3e1a1 View commit details
    Browse the repository at this point in the history
  2. install zlib1g-dev

    This is very much a monkey-see/monkey-do attempt to fix the Docker build
    based on a quick Google. I'm guessing libprotobuf previously dragged in zlib.
    
    (This also suggests that the other install docs might now be inaccurate -
    I'll try running on a clean Ubuntu to check.)
    cldellow committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    4347d72 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. update Ubuntu install docs

    cldellow committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    eca0988 View commit details
    Browse the repository at this point in the history
  2. fixes for Fedora

    cldellow committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    dcbf161 View commit details
    Browse the repository at this point in the history