Skip to content

Ripgrep version bump#53

Merged
rzhao271 merged 5 commits intomainfrom
osortega/bump-ripgrep
Sep 12, 2025
Merged

Ripgrep version bump#53
rzhao271 merged 5 commits intomainfrom
osortega/bump-ripgrep

Conversation

@osortega
Copy link
Contributor

@osortega osortega commented Sep 8, 2025

No description provided.

@vs-code-engineering vs-code-engineering bot added this to the September 2025 milestone Sep 8, 2025
@rzhao271 rzhao271 self-requested a review September 8, 2025 19:08
Copy link
Contributor

@rzhao271 rzhao271 left a comment

Choose a reason for hiding this comment

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

The patches also have to be updated.

@osortega osortega closed this Sep 9, 2025
@osortega osortega reopened this Sep 9, 2025
@rzhao271
Copy link
Contributor

Fixes #38

parameters:
target: ''
rust_version: 'ms-stable'
rust_version: 'ms-1.85'
Copy link
Contributor

Choose a reason for hiding this comment

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

I changed to a newer feed. ms-stable used to mean ms-1.85, so I'm keeping the version at ms-1.85 for now.

+
+# -Clink-args=/DYNAMICBASE /CETCOMPAT: Enable "shadow stack" (https://learn.microsoft.com/en-us/cpp/build/reference/cetcompat)
+[target.'cfg(all(target_os = "windows", any(target_arch = "i686", target_arch = "x86_64", target_arch = "x86")))']
+rustflags = ["-Clink-args=/DYNAMICBASE /CETCOMPAT /sdl"]
Copy link
Contributor

Choose a reason for hiding this comment

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

This PR removes -Cehcont_guard and /sdl in order to keep the build green.

Copy link
Member

@roblourens roblourens left a comment

Choose a reason for hiding this comment

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

Thanks!

@rzhao271 rzhao271 merged commit 102a1ea into main Sep 12, 2025
17 checks passed
@rzhao271 rzhao271 deleted the osortega/bump-ripgrep branch September 12, 2025 16:58
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.

3 participants