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

Update deploy-to-onefuzz pipeline #19

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

MihaZupan
Copy link

No description provided.

displayName: Build runtime (checked + debug)

- powershell: |
cd $(fuzzerProject)
$(dotnetPath) publish -o publish
$(dotnetPath) build-server shutdown
Copy link
Owner

Choose a reason for hiding this comment

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

Was this row added intentionally?

Copy link
Author

Choose a reason for hiding this comment

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

Yes, the bot ran into issues without it.

[00:27:58] D:\runner-dir\runtime\.dotnet\sdk\9.0.100-rc.1.24452.12\Microsoft.Common.CurrentVersion.targets(4858,5): warning MSB3026: Could not copy "D:\runner-dir\runtime\artifacts\obj\ILLink.Tasks\Debug\net9.0\ILLink.Tasks.dll" to "D:\runner-dir\runtime\artifacts\bin\ILLink.Tasks\Debug\net9.0\ILLink.Tasks.dll". Beginning retry 1 in 1000ms. The process cannot access the file 'D:\runner-dir\runtime\artifacts\bin\ILLink.Tasks\Debug\net9.0\ILLink.Tasks.dll' because it is being used by another process. The file is locked by: ".NET Host (4880)" [D:\runner-dir\runtime\src\tools\illink\src\ILLink.Tasks\ILLink.Tasks.csproj::TargetFramework=net9.0]

Since the logic here is pretty much the same, I expect the pipeline would hit it as well.

Copy link
Owner

Choose a reason for hiding this comment

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

OK, thank you!

@buyaa-n buyaa-n merged commit 9949913 into buyaa-n:fuzz-infra Oct 4, 2024
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