Closed cpswan closed 1 year ago
Builds have been failing with:
cannot stat '/usr/lib/riscv64-linux-gnu/libatomic.so.1': No such file or directory
- What I did
Removed libatomic.so.1 from the list of files to be copied.
libatomic.so.1
- How I did it
Ran an interactive container with debian:unstable and confirmed that libatomic.so.1 has been removed.
debian:unstable
- How to verify it
Run the build with workflow_dispatch
- Description for the changelog
fix: Remove libatomic.so.1 as it's no longer in debian:unstable
Builds have been failing with:
- What I did
Removed
libatomic.so.1
from the list of files to be copied.- How I did it
Ran an interactive container with
debian:unstable
and confirmed thatlibatomic.so.1
has been removed.- How to verify it
Run the build with workflow_dispatch
- Description for the changelog
fix: Remove libatomic.so.1 as it's no longer in debian:unstable