cross-platform-actions / action

Cross-platform GitHub action
MIT License
140 stars 19 forks source link

OpenBSD 7.6 build does not work #92

Closed AMDmi3 closed 1 month ago

AMDmi3 commented 1 month ago
     - name: Cross-platform test
        uses: cross-platform-actions/action@v0.25.0
        with:
          operating_system: openbsd
          version: 7.6"

This fails (build):

  Downloading disk image: https://github.com/cross-platform-actions/openbsd-builder/releases/download/v0.8.0/openbsd-7.6-x86-64.qcow2
  Downloading hypervisor: https://github.com/cross-platform-actions/resources/releases/download/v0.11.0/qemu-system-x86_64-linux.tar
  Downloading resources: https://github.com/cross-platform-actions/resources/releases/download/v0.11.0/resources-linux.tar
  /usr/bin/truncate -s 40m /tmp/resourcesDmSzzb/res.raw
  /usr/bin/ssh-keygen -t ed25519 -f /tmp/resourcesDmSzzb/id_ed25519 -q -N 
  /usr/bin/sudo losetup -f --show --offset 0 --sizelimit 0 /tmp/resourcesDmSzzb/res.raw
  /dev/loop3
  /usr/bin/sudo mkfs.fat -F32 /dev/loop3
  mkfs.fat 4.2 (2021-01-31)
  /usr/bin/sudo mount -o uid=1001 /dev/loop3 /tmp/resourcesDmSzzb/mount/RES
  /usr/bin/sudo umount /tmp/resourcesDmSzzb/mount/RES
  /usr/bin/sudo losetup -d /dev/loop3
  Error: Unexpected HTTP response: 404
  Downloaded file: /home/runner/work/_temp/3e912f2a-5ff7-4dec-a8d1-69ea77a79c62
  Downloaded file: /home/runner/work/_temp/54200c75-fcf5-4c6c-be61-50f8d5c27130
manxorist commented 1 month ago

uses: cross-platform-actions/action@v0.25.0 does not support OpenBSD 7.6. You can use the latest git: uses: cross-platform-actions/action@595d543e5d1aeb6d48c0a176965028afe56c7018.

jacob-carlborg commented 1 month ago

Yes, a new version of an operating system always requires a new release of cross-platform-actions. Seems I was a bit too hasty to update the readme.