-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PIE 0.1.0: Could not find release by tag name for mongodb/mongodb-extension:1.20.0 #68
Comments
I found that issue as well, but thought it wouldn't apply because prebuilt binaries are used on Windows? |
Yes - thanks, you're right, I missed that it was for Windows, trying to do too many things at once :) |
After the (maybe not so proper) fix of #69, I get the following exception:
The release assets of |
I'll note that the DLLs produced by PECL don't even include that. The architecture suffixes are either "x86" or "x64". That may suggest it's just a PIE fix. |
I found out that xdebug has download links with |
We discussed this during the design, and what PIE expects is now the expected format.
This will also match the automatic DLL building github action for PHP extensions that @shivammathur is working on, and what will be used in xdebug and hopefully all other extensions, so none of them needs to invent their own wheel(s).
|
When trying out PIE 0.1.0, I figured out that the
@todo
above this line actually applies. 😛The issue was initially reported on the
mongodb/mongo-php-driver
repo: mongodb/mongo-php-driver#1716It would also be nice to see where it is attempting to download the package from when running the
install
command with the-vvv
flag.The text was updated successfully, but these errors were encountered: