Skip to content
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

2022 runner is missing afxres.h #10982

Open
1 of 15 tasks
DavidXanatos opened this issue Nov 17, 2024 · 2 comments
Open
1 of 15 tasks

2022 runner is missing afxres.h #10982

DavidXanatos opened this issue Nov 17, 2024 · 2 comments

Comments

@DavidXanatos
Copy link

Description

When building MSVC projects with resource files *.rc using afxres.h we get a afxres.h not found error,
seams some VS components are missing.

Platforms affected

  • Azure DevOps
  • GitHub Actions - Standard Runners
  • GitHub Actions - Larger Runners

Runner images affected

  • Ubuntu 20.04
  • Ubuntu 22.04
  • Ubuntu 24.04
  • macOS 12
  • macOS 13
  • macOS 13 Arm64
  • macOS 14
  • macOS 14 Arm64
  • macOS 15
  • macOS 15 Arm64
  • Windows Server 2019
  • Windows Server 2022

Image version and build link

https://github.com/DavidXanatos/Sandboxie-Dev/actions/runs/11881425234/job/33105747062

Is it regression?

idk

Expected behavior

the file should be present as its an integral part of MFC

Actual behavior

the file is missing

Repro steps

Build a MSVC project with a VS generated resource file

@Prabhatkumar59
Copy link
Contributor

Hi @DavidXanatos - Thank you for bringing this issue to our attention. We will look into this issue and will update you after investigating.

@subir0071
Copy link
Contributor

Hi @DavidXanatos ,
I was able to reproduce the error at our internal lab for windows-2022 runner image.
However, the workflow executed successfully in windows-2019.

Also, from the workflow page we see that the build was never successful i windows-2022.

We suggest to revert the runner to windows-2019 or re-evaluate the application and configuration to execute in windows 2022 environment.

In case there is a need to install any visual studio missing workload, please feel free to revert.
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants