Skip to content

Enable bootloader_ignore_signals in pyinstaller#6578

Merged
chris-crone merged 1 commit intodocker:masterfrom
bfirsh:bootloader-ignore-signals
Mar 15, 2019
Merged

Enable bootloader_ignore_signals in pyinstaller#6578
chris-crone merged 1 commit intodocker:masterfrom
bfirsh:bootloader-ignore-signals

Conversation

@bfirsh
Copy link
Copy Markdown

@bfirsh bfirsh commented Mar 12, 2019

👋

This probably fixes Ctrl-C not working, as described in #3347. It seems like I now have to run a pretty invasive script to build an OS X binary, which I am not willing to do on my machine. Somebody might want to test this actually fixes the issue.

Fixes #3347

@GordonTheTurtle
Copy link
Copy Markdown

Please sign your commits following these rules:
https://github.com/moby/moby/blob/master/CONTRIBUTING.md#sign-your-work
The easiest way to do this is to amend the last commit:

$ git clone -b "bootloader-ignore-signals" git@github.com:bfirsh/fig.git somewhere
$ cd somewhere
$ git commit --amend -s --no-edit
$ git push -f

Amending updates the existing PR. You DO NOT need to open a new one.

Fixes docker#3347

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
Copy link
Copy Markdown
Contributor

@ulyssessouza ulyssessouza left a comment

Choose a reason for hiding this comment

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

LGTM

@chris-crone
Copy link
Copy Markdown
Member

Quick smoke test on my machine appears to work. We'll put this out as part of 1.24 RC2 to make sure it doesn't have any unintended consequences.

Copy link
Copy Markdown
Member

@chris-crone chris-crone left a comment

Choose a reason for hiding this comment

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

LGTM

Thanks @bfirsh!

@chris-crone chris-crone merged commit 3b846ac into docker:master Mar 15, 2019
@chris-crone chris-crone added this to the 1.24.0 milestone Mar 15, 2019
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.

[1.7] CTRL+C fails to stop containers when running compose in the foreground

4 participants