Skip to content

C#: Add autobuilder test with global.json #14421

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

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

tamasvajk
Copy link
Contributor

@tamasvajk tamasvajk commented Oct 10, 2023

This PR adds an autobuilder integration test with a global.json file. The test fails on windows because the dotnet-install script fails. We need the PROCESSOR_ARCHITECTURE environment variable for the script to succeed.

@github-actions github-actions bot added the C# label Oct 10, 2023
@tamasvajk tamasvajk marked this pull request as ready for review October 10, 2023 07:54
@tamasvajk tamasvajk requested a review from a team as a code owner October 10, 2023 07:54
Copy link
Contributor

@michaelnebel michaelnebel left a comment

Choose a reason for hiding this comment

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

Looks good to me!
Should we also run some other integration tests on windows, now that you have solved the magical blocking issue? :-)

@michaelnebel
Copy link
Contributor

We probably need to run the tests again after the semmle-code have been merged.

@tamasvajk
Copy link
Contributor Author

We probably need to run the tests again after the semmle-code have been merged.

The same test is run in the linked PR with the required changes. The test passes there. (But there are unrelated CI failures)

@tamasvajk
Copy link
Contributor Author

Looks good to me! Should we also run some other integration tests on windows, now that you have solved the magical blocking issue? :-)

Unfortunately, this was not the only blocking issue. :-(

@tamasvajk tamasvajk merged commit aa7a667 into github:main Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants