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: Switch native builds to Ubuntu 22.04 LTS #579

Merged
merged 1 commit into from
Oct 26, 2023
Merged

Conversation

aperezdc
Copy link
Member

@aperezdc aperezdc commented May 28, 2023

Change the base images for the native CI builds to Ubuntu 22.04 LTS. In turn, this allows to use system packages for gi-docgen, meson, and libportal, thus removing the need for manually-installed Python packages. The later makes the build faster to complete.

@aperezdc aperezdc added the enhancement New feature or request label May 28, 2023
@aperezdc aperezdc self-assigned this May 28, 2023
@TingPing
Copy link
Member

      - name: Setup Python
        uses: actions/setup-python@v4
        with:
          python-version: 3.8
      - name: Install Python Packages
        run: |
pip install --upgrade pip gi-docgen==2021.6 meson==0.55

Just worth noting Ubuntu 22.04 has newer versions of Python, meson, and gi-docgen in its repos.

Change the base images for the native CI builds to Ubuntu 22.04 LTS.
In turn, this allows to use system packages for gi-docgen, meson,
and libportal, thus removing the need for manually-installed Python
packages. The later makes the build faster to complete.
@aperezdc aperezdc changed the title CI: Update native build to Ubuntu 22.04 CI: Switch native builds to Ubuntu 22.04 LTS Oct 26, 2023
Copy link
Member

@psaavedra psaavedra left a comment

Choose a reason for hiding this comment

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

Awesome.

@aperezdc aperezdc merged commit 45554e3 into master Oct 26, 2023
5 checks passed
@aperezdc aperezdc deleted the aperezdc/ci-updates branch October 26, 2023 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants