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

cli: skip integrity check when prereq skip flag is present (#203912) #203931

Merged
merged 1 commit into from
Jan 31, 2024

Conversation

connor4312
Copy link
Member

This change skips the "integrity verification" step where we run the VS Code CLI if the prerequisite-skip flag is present. This is needed for Amazon Linux where they patch our Node to work for older glibc's. Without this, we immediately discard the directory and try downloading the server again, which does not give them time to patch the binary.

@connor4312 connor4312 added the candidate Issue identified as probable candidate for fixing in the next release label Jan 31, 2024
@connor4312 connor4312 enabled auto-merge (squash) January 31, 2024 22:06
@connor4312 connor4312 merged commit f5442d1 into release/1.86 Jan 31, 2024
7 checks passed
@connor4312 connor4312 deleted the connor4312/candidate-rm-prereq branch January 31, 2024 22:36
@microsoft microsoft locked and limited conversation to collaborators Jun 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
candidate Issue identified as probable candidate for fixing in the next release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants