https://bugzilla.redhat.com/show_bug.cgi?id=2124697



--- Comment #11 from Richard W.M. Jones <[email protected]> ---
This is a bit better:

https://koji.fedoraproject.org/koji/taskinfo?taskID=91736622

I'll chase upstream about the i686 failure (if we care about that).

This is done by "vendoring" the 6 missing dependencies:

  cat >> Cargo.toml <<EOF
  [patch.crates-io]
  concat-idents = { path = 'vendor/concat-idents' }
  io-uring = { path = 'vendor/io-uring' }
  memfd = { path = 'vendor/memfd' }
  winapi = { path = 'vendor/winapi' }
  winapi-i686-pc-windows-gnu = { path = 'vendor/winapi-i686-pc-windows-gnu' }
  winapi-x86_64-pc-windows-gnu = { path = 'vendor/winapi-x86_64-pc-windows-gnu'
}
  EOF
  %cargo_prep
  sed -e 's/--locked/--offline/' -i src/cargo-build.sh

Hopefully the winapi ones are not actually used, but they appear to be
necessary.  The other 3 should likely be added to Fedora.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2124697
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to