Skip to content

Conversation

@antonwolfy
Copy link
Contributor

@antonwolfy antonwolfy commented May 17, 2024

Based on experimentation, switching from using "windows-latest" image to "windows-2019" fixes MS compiler use for Python packages.
The PR implements the proposed temporary pinning to "windows-2019".

  • Have you provided a meaningful PR description?
  • Have you added a test, reproducer or referred to issue with a reproducer?
  • Have you tested your changes locally for CPU and GPU devices?
  • Have you made sure that new changes do not introduce compiler warnings?
  • Have you checked performance impact of proposed changes?
  • If this PR is a work in progress, are you filing the PR as a draft?

@github-actions
Copy link
Contributor

github-actions bot commented May 17, 2024

View rendered docs @ https://intelpython.github.io/dpnp/index.html

Copy link
Contributor

@vlad-perevezentsev vlad-perevezentsev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @antonwolfy for experimenting and finding a working image!

@antonwolfy antonwolfy merged commit 119e979 into master May 17, 2024
@antonwolfy antonwolfy deleted the use-windows-2019 branch May 17, 2024 16:32
antonwolfy added a commit that referenced this pull request Jun 3, 2025
The PR is indented to remove a temporary pinning to "windows-2019" and
to revert changes from #1833.
Besides Windows 2019 GitHub image is going to be fully unsupported by
June 30, 2025.

The impacted workflows are moved to use "windows-2022" GH runners.
It requires updating `conda_build_config.yaml` where the version of the
compiler as well as standard libraries have to be specified.
While `{{ stdlib('c') }}` is installing into build environment as an
alignment with recipe's meta yaml from conda-forge (see
[dpctl#1868](IntelPython/dpctl#1868) as for
reference).
github-actions bot added a commit that referenced this pull request Jun 3, 2025
The PR is indented to remove a temporary pinning to "windows-2019" and
to revert changes from #1833.
Besides Windows 2019 GitHub image is going to be fully unsupported by
June 30, 2025.

The impacted workflows are moved to use "windows-2022" GH runners.
It requires updating `conda_build_config.yaml` where the version of the
compiler as well as standard libraries have to be specified.
While `{{ stdlib('c') }}` is installing into build environment as an
alignment with recipe's meta yaml from conda-forge (see
[dpctl#1868](IntelPython/dpctl#1868) as for
reference). a4aa964
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants