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

Add disableASLR to all debug configurations #1199

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

michael-weng
Copy link
Contributor

  • The original GH Actions change has this option added to build config, but not to other configurations like launch and snippet.
  • This causes commands that passes through debugger but disregard breakpoints like the run build command to fail in CI.
  • This would also show up once we have a nightly workflow going.
  • Both issues described above will be addressed by this PR.

Issue: #1198

- The original GH Actions change has this option added to build config,
but not to other configurations like launch and snippet.
- This causes commands that passes through debugger but disregard
breakpoints like the run build command to fail in CI.
- This would also show up once we have a nightly workflow going.
- Both issues described above will be addressed by this PR.

Issue: swiftlang#1198
@plemarquand plemarquand merged commit c56df37 into swiftlang:main Nov 5, 2024
15 checks passed
@michael-weng michael-weng deleted the seccomp_fix branch November 5, 2024 16:49
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