Giter VIP home page Giter VIP logo

Comments (5)

qstokkink avatar qstokkink commented on May 28, 2024 2

I tried to reconstruct the action run failure. I think what is happening is this (matching the log output):

  1. The pypa/[email protected] is used (see here).
  2. The default value of '' is used for the only input of the cibuildwheel action (see here).
  3. Specifically for Windows, --only '"${{ inputs.only }}"' is used, which evaluates to --only '""' (see here).
  4. The cibuildwheel application then parses the only command-line value as "", i.e., not empty (see here).
  5. The cibuildwheel application tries to match "" to a known platform, which fails and causes the log statement Invalid --only='""', must be a build selector with a known platform (see here).

From the linked source code of (4), it seems that the only way out of this situation is to omit the argument only (to the application). However, this seems impossible due to the forced double-quotes of (3) in the pypa/[email protected] action. Thankfully, this seems to be recently fixed and it should just be a matter of switching to pypa/[email protected].

I hope that helps resolve this issue.

from libtorrent.

arvidn avatar arvidn commented on May 28, 2024

The github workflow for building and publishing the wheel has not been working for a while.
I triggered a build for 2.0.10 here: https://github.com/arvidn/libtorrent/actions/runs/8579717727

from libtorrent.

NatanSlvdr avatar NatanSlvdr commented on May 28, 2024

from libtorrent.

DjLegolas avatar DjLegolas commented on May 28, 2024

It seem that there is an issue with the cibuildwheel action on the 2.0.10 release.
@arvidn you have pushed some changes to it only in 4ef2211 (which still fail on windows)

from libtorrent.

arvidn avatar arvidn commented on May 28, 2024

#7672

from libtorrent.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.