Skip to content

Commit

Permalink
github workflow: on build on other archs restore distro bullseye
Browse files Browse the repository at this point in the history
restored other arch container to bullseye as workaround for build error:
/home/runner/work/blksnap/blksnap/lib/blksnap/TrackerCtl.cpp: In
member function 'void blksnap::CTrackerCtl::ReadCbtMap(unsigned int,
unsigned int, uint8_t*)':
/home/runner/work/blksnap/blksnap/lib/blksnap/TrackerCtl.cpp:93:5:
sorry, unimplemented: non-trivial designated initializers not supported
       };
       ^

probably related to this:
https://stackoverflow.com/questions/31215971/non-trivial-designated-initializers-not-supported
but I not checked more for now
  • Loading branch information
Fantu committed Oct 29, 2023
1 parent cb624d8 commit a93ed28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-other-archs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
id: build
with:
arch: ${{ matrix.arch }}
distro: bullseye

# Not required, but speeds up builds
githubToken: ${{ github.token }}
Expand Down

0 comments on commit a93ed28

Please sign in to comment.