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

TeamCity: fix Windows builds #2467

Merged
merged 1 commit into from May 6, 2021
Merged

Conversation

aarzilli
Copy link
Member

@aarzilli aarzilli commented May 6, 2021

Bintray is shutting down and the URL we used to install mingw is no
longer available. Use chocolatey instead.

Bintray is shutting down and the URL we used to install mingw is no
longer available. Use chocolatey instead.
Copy link
Member

@derekparker derekparker left a comment

Choose a reason for hiding this comment

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

LGTM

@derekparker derekparker merged commit 1962c3a into go-delve:master May 6, 2021
polinasok pushed a commit to polinasok/delve that referenced this pull request May 7, 2021
Bintray is shutting down and the URL we used to install mingw is no
longer available. Use chocolatey instead.
derekparker pushed a commit that referenced this pull request May 17, 2021
* service/dap: support pause request

* service/dap: validate the client configurations in initialize request (#2435)

The client can specify certain configurations in the initialize request.
For example, pathFormat determines the pathFormat. We do not currently
support configuring pathFormat, linesStartAt1, or columnsStartAt1, so
we report an error if the client attempts to set these to an
unsupported value.

* TeamCity: fix Windows builds (#2467)

Bintray is shutting down and the URL we used to install mingw is no
longer available. Use chocolatey instead.

* proc/native: low level support for watchpoints in linux/amd64 (#2301)

Adds the low-level support for watchpoints (aka data breakpoints) to
the native linux/amd64 backend.

Does not add user interface or functioning support for watchpoints
on stack variables.

Updates #279

* simplify pause test

Co-authored-by: Polina Sokolova <polinasok@users.noreply.github.com>
Co-authored-by: Suzy Mueller <suzmue@golang.org>
Co-authored-by: Alessandro Arzilli <alessandro.arzilli@gmail.com>
suzmue pushed a commit to suzmue/delve that referenced this pull request Jun 4, 2021
Bintray is shutting down and the URL we used to install mingw is no
longer available. Use chocolatey instead.
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.

None yet

2 participants