Skip to content

o/ifacestate: properly handle undo scenarios where auto-connections are dropped #8159

o/ifacestate: properly handle undo scenarios where auto-connections are dropped

o/ifacestate: properly handle undo scenarios where auto-connections are dropped #8159

Workflow file for this run

name: MacOS quick checks
on:
# Only run on pull requests: not pushes
pull_request:
branches: ["master", "release/**", "fde-manager-features"]
jobs:
macos-quick:
runs-on: macos-latest
steps:
- uses: actions/setup-go@v6
with:
go-version: stable
- name: Checkout code
uses: actions/checkout@v6
- name: Install squashfs from homebrew
run: |
brew install squashfs
- name: Build quick checks
run: |
go mod vendor
./mkversion.sh
go build -tags nosecboot -o /tmp/snp ./cmd/snap
- name: Runtime quick checks
run: |
/tmp/snp download hello
/tmp/snp version
if command -v mksquashfs; then
/tmp/snp pack tests/lib/snaps/test-snapd-tools/ /tmp
fi