zfs/.github/workflows
Tony Hutter 621a06b190 [zfs-2.1.16] Workaround for Ubuntu runners
When Alien converts the RPMs to DEB packages, it calls this
line:

   $this->do("rpm2cpio '".$this->filename."' | (cd $workdir; $decomp cpio
       --extract --make-directories --no-absolute-filenames
       --preserve-modification-time) 2>&1")

This seems to fail on zfs-2.1.16 with:

    cpio: ./usr/src/spl-2.1.16/6.5.0-1025-azure: Cannot open:
    No such file or directory

The workaround is just to always return true from the 'cpio' command.
This does not seem to affect anything.

Signed-off-by: Tony Hutter <hutter2@llnl.gov>
2024-12-03 15:27:28 -08:00
..
scripts Update workflows 2023-03-09 18:46:36 -08:00
build-dependencies.txt Update workflows 2023-03-09 18:46:36 -08:00
checkstyle-dependencies.txt Update workflows 2023-03-09 18:46:36 -08:00
checkstyle.yaml Update workflows 2023-03-09 18:46:36 -08:00
zfs-tests-functional.yml [zfs-2.1.16] Workaround for Ubuntu runners 2024-12-03 15:27:28 -08:00
zfs-tests-sanity.yml [zfs-2.1.16] Workaround for Ubuntu runners 2024-12-03 15:27:28 -08:00
zloop.yml [zfs-2.1.16] Workaround for Ubuntu runners 2024-12-03 15:27:28 -08:00