-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
[macOS] Pin version for tcl/tk and pkg-config #10971
[macOS] Pin version for tcl/tk and pkg-config #10971
Conversation
@@ -72,7 +72,6 @@ | |||
"p7zip", | |||
"packer", | |||
"perl", | |||
"pkg-config", | |||
"swiftformat", | |||
"tcl-tk", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What will be changed if we just use a package with a version here instead of another condition? 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could update as "tcl-tk@8" directly here as well..just thought this would be neat and similar format to earlier pinned versions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
earlier pinned versions
Ah, we simply didn't have the opportunity to pin it normally through the toolset - there are edge cases or methods that you can't call popular. It's better to control versioning through the toolset - it's the most visual file.
73e90c8
to
58e2f2e
Compare
b213427
to
697b9ed
Compare
This was added by AzDO in actions/runner-images#10971 as a workaround for actions/runner-images#10984, but that means the old package now conflicts with the new pkg-config which is an alias to pkgconf. Fixes the build issues we've seen with OSX image version 20241119.505
This was added by AzDO in actions/runner-images#10971 as a workaround for actions/runner-images#10984, but that means the old package now conflicts with the new pkg-config which is an alias to pkgconf. Fixes the build issues we've seen with OSX image version 20241119.505
…109968) This was added by AzDO in actions/runner-images#10971 as a workaround for actions/runner-images#10984, but that means the old package now conflicts with the new pkg-config which is an alias to pkgconf. Fixes the build issues we've seen with OSX image version 20241119.505
[SC-59678](https://app.shortcut.com/tiledb-inc/story/59678/core-arrays-fix-ci-on-dev-branch) GitHub Actions now [bundles](actions/runner-images#10971) `pkg-config` in macOS images. This PR stops installing it with `brew`, which causes conflicts related to the recipe's deprecation and replacement with `pkgconf`. --- TYPE: NO_HISTORY
[SC-59678](https://app.shortcut.com/tiledb-inc/story/59678/core-arrays-fix-ci-on-dev-branch) GitHub Actions now [bundles](actions/runner-images#10971) `pkg-config` in macOS images. This PR stops installing it with `brew`, which causes conflicts related to the recipe's deprecation and replacement with `pkgconf`. --- TYPE: NO_HISTORY
[SC-59678](https://app.shortcut.com/tiledb-inc/story/59678/core-arrays-fix-ci-on-dev-branch) GitHub Actions now [bundles](actions/runner-images#10971) `pkg-config` in macOS images. This PR stops installing it with `brew`, which causes conflicts related to the recipe's deprecation and replacement with `pkgconf`. --- TYPE: NO_HISTORY (cherry picked from commit 9f0acfa)
…otnet#109968) This was added by AzDO in actions/runner-images#10971 as a workaround for actions/runner-images#10984, but that means the old package now conflicts with the new pkg-config which is an alias to pkgconf. Fixes the build issues we've seen with OSX image version 20241119.505
Description
Related issue:
Check list