Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
112 changes: 0 additions & 112 deletions .github/workflows/auto-updates.yaml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/automatic-doc-checks.yml

This file was deleted.

8 changes: 6 additions & 2 deletions .github/workflows/build-deb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,12 @@ jobs:
uses: actions/checkout@v5

- name: Build debian packages and sources
uses: canonical/desktop-engineering/gh-actions/common/build-debian@main
uses: canonical/desktop-engineering/gh-actions/common/build-debian@pre-deps-commands
with:
docker-image: ubuntu:${{ matrix.ubuntu-version }}
# Add the Go backports PPA, so that we can build with a newer
# version of Go than the one available in the archive.
extra-apt-repositories: ppa:ubuntu-enterprise-desktop/golang
# Extra build dependencies:
# - systemd-dev: Required to read compile time variables from systemd via pkg-config.
extra-source-build-deps: |
Expand Down Expand Up @@ -266,7 +269,8 @@ jobs:
merge-multiple: true

- name: Run autopkgtests
uses: canonical/desktop-engineering/gh-actions/common/run-autopkgtest@main
uses: canonical/desktop-engineering/gh-actions/common/run-autopkgtest@pre-deps-commands
with:
lxd-image: ubuntu:${{ matrix.ubuntu-version }}
source-changes: ${{ env.pkg_src_changes }}
autopkgtest-args: --add-apt-source=ppa:ubuntu-enterprise-desktop/golang
12 changes: 0 additions & 12 deletions .github/workflows/cla-check.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions .github/workflows/git.yml

This file was deleted.

Loading
Loading