Skip to content

Failed to launch test with startDebugging call in CI despite debug is disabled #1198

@michael-weng

Description

@michael-weng

Describe the bug
In https://github.com/swiftlang/vscode-swift/pull/1159/files, build config was configure to not disable aslr.
See vadimcn/codelldb#196

However this is not the only entry that do startDebugging, this is also the case for the build commands. Instead of doing it in the code we should set seccomp:unconfined when running the docker container, which was how it was done before we move to GH action. All the docker files can probably be cleaned up too.

To Reproduce
Steps to reproduce the behavior:

  1. Pick up this change Add integration tests for build commands #1185
  2. Run GH actions and you should see failure below
  3. https://github.com/swiftlang/vscode-swift/actions/runs/11669455153/job/32493069735?pr=1185

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingtesting infrastructureIssues related to CI jobs or extension test cases

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions