Giter Site home page Giter Site logo

Comments (10)

hemanthmanga avatar hemanthmanga commented on September 12, 2024 2

@Costallat,
we have changed as mentioned in the below and got passed with your branch dev-5.x.y, Please try with change.

        uses: lukka/run-vcpkg@v11
        with:
          # Location of the vcpkg as submodule of the repository.
          vcpkgDirectory: '${{ github.workspace }}/vcpkg'
          useVcpkgToolchainFile: true
          vcpkgGitCommitId: '01f602195983451bc83e72f4214af2cbc495aa94'
          appendedCacheKey: ${{ hashFiles( '**/vcpkg.json' ) }}

from runner-images.

hemanthmanga avatar hemanthmanga commented on September 12, 2024 1

@gracicot We are looking into the issue, we will get back to you after investigating this issue, Thanks.

from runner-images.

hemanthmanga avatar hemanthmanga commented on September 12, 2024 1

@gracicot
The image deployment has completed, could you please try to rerun the workflow.

Image: windows-2022 Version: 20240610.1.0 Included Software: https://github.com/actions/runner-images/blob/win22/20240610.1/images/windows/Windows2022-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/win22%2F202406[10](https://github.com/hemanthmanga/kangaru/actions/runs/9514507006/job/26226851495#step:1:11).1

If you have any issues, please reach out to us.

from runner-images.

hemanthmanga avatar hemanthmanga commented on September 12, 2024 1

@gracicot

In my dev-5.x.y branch where I use a modern setup, the problem is still happening. Here's a workflow run I tried today, with the 20240610.1.0 image: https://github.com/gracicot/kangaru/actions/runs/9360750011/job/26315233901#step:6:435

--- As of now 20240610.1.0 is the latest image version and we have ran the dev-5.x.y with workflow it got succeeded.

image

If you have any issues, Please reach to us, Thanks.

from runner-images.

Costallat avatar Costallat commented on September 12, 2024 1

Hi @hemanthmanga ,

Thanks for the information. I tested here and it worked. In fact we had to just update the vcpkgGitCommitId.

Thanks for the help!

from runner-images.

gracicot avatar gracicot commented on September 12, 2024 1

@hemanthmanga thank you! That was very informative. It fixed my pipeline too.

from runner-images.

Costallat avatar Costallat commented on September 12, 2024

I Have the same problem, if I don't force it to use MSVC 14.29 it uses an older version and the compiler complains that we need a newer one, so I forced it to use the 14.29.x, but it throws the same error from this ticket.

Tried to run today: https://github.com/mehah/otclient/actions/runs/9523710124/job/26314061584


If it helps this was the last build that worked:

https://github.com/mehah/otclient/actions/runs/9357386021/job/25756983650

The next one started to failed and you can see that there was no changes on the build(from our side):

https://github.com/mehah/otclient/actions/runs/9404759907

from runner-images.

gracicot avatar gracicot commented on September 12, 2024

@hemanthmanga The issue was not resolved.

On my master branch, the run you linked in your latest comment is very old and compile strictly in C++11 and C++14 so the problem don't appear, even if you upgrade the compiler.

In my dev-5.x.y branch where I use a modern setup, the problem is still happening. Here's a workflow run I tried today, with the 20240610.1.0 image: https://github.com/gracicot/kangaru/actions/runs/9360750011/job/26315233901#step:6:435

The problem happen in the header <format>, so C++20 needs to be enabled, which the dev-5.x.y uses.


EDIT: I also confirm the projects, compilation, test and external libraries installed with vcpkg work on a windows VM, so the problem must be in the image. The format header also works when including and using.

from runner-images.

gracicot avatar gracicot commented on September 12, 2024

@hemanthmanga I'm not sure how to say this. Your screenshot clearly shows my workflow in my master branch. You can see clearly that this workflow doesn't run visual studio 2022.

The windows 2019 and 2017 don't have that issue, since it's a problem with very recent MSVC version. Those images don't support C++20, and the problem only manifest in the format header, which is C++20 and up only.

My workflow still fails, I just re-ran it with the version you specified.

Screenshot 2024-06-20 at 10 41 19 AM

As you can see, the name of the tasks are different from what you ran.

Here's a link to the still failing workflow. https://github.com/gracicot/kangaru/actions/runs/9360750011/job/26465999363#step:6:510

Would creating a minimal repo with only one branch and only one task help identifying the issue?

from runner-images.

Costallat avatar Costallat commented on September 12, 2024

Can someone reopen this ticket? It was closed but it was tested on the wrong branch, I still have this issue also!

Tks!

from runner-images.

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.