Brett Higgins

Results 76 comments of Brett Higgins

I had this issue as well - or a similar one, anyway - running inside Gitlab CI (docker-in-docker) with `dockerizePip: true`: ``` Serverless: Invoke deploy Serverless: Invoke package Serverless: Invoke...

> that folder is temporary in nature and nothing would ever cache there. What does this mean? Is the folder cleared out before every deploy? I can just as easily...

Yep, that'd be a good reason to move it out 😅 Thanks for the tip!

@JonathonReinhart I was also hoping to use staticx with pyinstaller `--onedir`. Any news to share on that front? How big of a project would it be? In addition to the...

Ooh, hmm. #239 might already have some answers for me for the glibc issue. Will try things and report back.

Update: I'm still stuck. One detail I realize I left out here: both the daemon process that runs the circus arbiter (process manager) and the child process managed by that...

I may have figured it out after running staticx with `--debug` and having an insight from the output. As I mentioned, I'm building an executable using staticx and pyinstaller, then...

Confirmed this is the issue. Adding a `time.sleep(10)` in the parent after it forks gives the child time to start up and read whatever it needs from the tmpdir, before...

I would also love to see this, in verbose and non-verbose mode. There could perhaps be an icon or spinner used when a test is running, before it finishes.