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

feanil/ubuntu 24.04 #35713

Merged
merged 6 commits into from
Nov 7, 2024
Merged

feanil/ubuntu 24.04 #35713

merged 6 commits into from
Nov 7, 2024

Commits on Nov 5, 2024

  1. build: Test on ubuntu 24.04

    feanil committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    799dcf3 View commit details
    Browse the repository at this point in the history
  2. build: Use a re-usable action to setup mongo.

    Rather than doing the install ourselves and needing to keep the debion
    source URL up-to-date, use a community action to handle installing
    mongo.
    feanil committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    7c397bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d27bd5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    737b8e9 View commit details
    Browse the repository at this point in the history
  5. build: Unpin lxml.

    libxmlsec and lxml need to be updated in lockstep and the version we had
    wouldn't work with Ubuntu 24.04 so unpinning lxml along with libxmlsec
    to see if that resolves the build and dependency issues.
    feanil committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    a1bc476 View commit details
    Browse the repository at this point in the history
  6. chore: Update lxml

    Run `make upgrade-package package='lxml[html_clean]'` to update lxml and
    then `make compile-requirements`
    feanil committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    5cb2984 View commit details
    Browse the repository at this point in the history