Closed colluca closed 4 months ago
The iis-setup.sh script currently downloads the spike-dasm binary built for Almalinux. https://github.com/pulp-platform/snitch_cluster/blob/d6b7f25452a832871704995758cec3bb39bc0a9c/iis-setup.sh#L31-L32
iis-setup.sh
Pisoc machines use CentOS 7.8, and the Almalinux spike-dasm build is thus incompatible with them.
Solved by https://github.com/pulp-platform/snitch_cluster/pull/161.
The
iis-setup.sh
script currently downloads the spike-dasm binary built for Almalinux. https://github.com/pulp-platform/snitch_cluster/blob/d6b7f25452a832871704995758cec3bb39bc0a9c/iis-setup.sh#L31-L32Pisoc machines use CentOS 7.8, and the Almalinux spike-dasm build is thus incompatible with them.