I pushed a commit to an existing PR and noticed that the buildkite/github-pull-requests job failed.
I have gotten the same error a few times since switching to GitHub on different PRs, and I do not believe that it is related to my changes. I only see the pr-recieve::pr-target job under the “Checks” tab of the PR. How do I re-run the buildkite/github-pull-requests job?
This is the relevant part of the logs that shows the error, although I’m not sure that this information is needed to help me figure out how to re-run the job:
MT: command "C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64\mt.exe /nologo /manifest unittests\Testing\Support\TestingSupportTests.exe.manifest /outputresource:unittests\Testing\Support\TestingSupportTests.exe;#1" failed (exit code 0x1f) with the following output:
mt.exe : general error c101008d: Failed to write the updated manifest to the resource of file "unittests\Testing\Support\TestingSupportTests.exe". Operation did not complete successfully because the file contains a virus or potentially unwanted software.
Hi! Not really any updates. I have tried previously to run checks on github actions and it works fine. Realistically I think we should look into migrating to github actions after phabricator is completely gone.
With some additinal development we can definitely convert from buildkite → github actions (that would require some updates in libcxx etc but hopefully not too extreme). cc @ldionne
if I remember correctly that was done by running a docker from a localhost so I have assumed that we can convert buildkite runners to be github actions runners