Yannick Jadoul
|
2610f3220a
|
Run Linux docker images with /project as cwd
|
2020-07-20 18:07:45 +02:00 |
|
Yannick Jadoul
|
29b0cdb08a
|
Add cwd argument to DockerContainer
|
2020-07-20 18:07:45 +02:00 |
|
Joe Rickerby
|
726bcdf372
|
Merge pull request #411 from YannickJadoul/fix-docker-commandsubstitution
Fix command substitution in CIBW_ENVIRONMENT in Linux docker images
|
2020-07-20 16:38:30 +01:00 |
|
Yannick Jadoul
|
3142806f4b
|
Capture output in DockerContainer.environment_executor to fix command substitutions in CIBW_ENVIRONMENT on Linux
|
2020-07-20 02:23:07 +02:00 |
|
Joe Rickerby
|
c0cb43800b
|
Bump version: v1.5.4
|
2020-07-19 22:40:33 +01:00 |
|
Joe Rickerby
|
c5a9837784
|
Update cibuildwheel/bashlex_eval.py
|
2020-07-19 19:46:40 +01:00 |
|
Yannick Jadoul
|
28af49a006
|
Simplify by removing shlex.quote and shlex.split when using EnvironmentExecutor
|
2020-07-19 17:37:25 +02:00 |
|
Yannick Jadoul
|
3a2d7a21b1
|
Fix quotes-in-commandsubstitution problem with well-placed shlex.quote
|
2020-07-19 17:32:07 +02:00 |
|
Joe Rickerby
|
c884530a1d
|
Bump version: v1.5.3
|
2020-07-19 11:59:56 +01:00 |
|
mayeut
|
5368b3bc64
|
Update CPython 3.8 from 3.8.3 to 3.8.4
Changelog: https://docs.python.org/release/3.8.4/whatsnew/changelog.html#changelog
|
2020-07-18 11:05:23 +02:00 |
|
Joe Rickerby
|
6847454850
|
Remove debug code
|
2020-07-17 09:31:53 +01:00 |
|
Joe Rickerby
|
08eddeff8b
|
Fix test and add another more awkward example
|
2020-07-15 21:07:33 +01:00 |
|
Joe Rickerby
|
dc446d3cac
|
moar debug
|
2020-07-12 12:45:59 +01:00 |
|
Joe Rickerby
|
ed0077a995
|
Merge pull request #386 from joerick/docker-exec
From Linux bash script to Python control flow
|
2020-07-11 19:28:40 +01:00 |
|
Joe Rickerby
|
5842a75927
|
Flake8 fixes
|
2020-07-10 13:04:50 +01:00 |
|
Joe Rickerby
|
44e3198880
|
Convert glob to take a Path and a str pattern
|
2020-07-10 12:57:05 +01:00 |
|
Joe Rickerby
|
4c0af9f152
|
Finish file/dir tests
|
2020-07-10 12:46:32 +01:00 |
|
Joe Rickerby
|
8ddc6d57a2
|
Bump version: v1.5.2
|
2020-07-08 22:59:40 +01:00 |
|
Joe Rickerby
|
9e35d65de4
|
Add file-based unit tests
|
2020-07-08 22:56:33 +01:00 |
|
Joe Rickerby
|
c521dca40b
|
My own unique attempt on the shell/call debacle
|
2020-07-08 18:17:55 +01:00 |
|
Henry Schreiner
|
ac2b391790
|
Typo
|
2020-07-07 23:33:03 -04:00 |
|
Henry Schreiner
|
47fe71efb4
|
Try just converting to list
|
2020-07-07 23:09:40 -04:00 |
|
Henry Schreiner
|
53ba9bd0d0
|
Try adding PATH to env
|
2020-07-06 18:11:29 -04:00 |
|
Henry Schreiner
|
317397b39a
|
fix: Try resolving
|
2020-07-06 14:25:02 -04:00 |
|
Henry Schreiner
|
8466194576
|
fix: Try removing shell
|
2020-07-06 10:49:24 -04:00 |
|
Henry Schreiner
|
c68be58e78
|
fix: Try simple quoting
|
2020-07-06 08:55:36 -04:00 |
|
Henry Schreiner
|
fc24230cb4
|
Try original
|
2020-07-06 01:31:47 -04:00 |
|
Henry Schreiner
|
c36be04ee8
|
fix: Use repr
|
2020-07-05 23:51:28 -04:00 |
|
Henry Schreiner
|
7a27ae941c
|
fix: Support environment markers in PEP 518 workaround
|
2020-07-05 23:16:00 -04:00 |
|
mayeut
|
141b3e031e
|
Update CPython 3.7 from 3.7.7 to 3.7.8
Changelog: https://docs.python.org/release/3.7.8/whatsnew/changelog.html#changelog
|
2020-07-04 18:11:06 +02:00 |
|
Joe Rickerby
|
e31c24d3bb
|
Fix overridden PATH test, by ensuring bash command substitution rules
|
2020-06-28 21:51:06 +01:00 |
|
Joe Rickerby
|
ad871f886a
|
Fix style
|
2020-06-26 21:41:00 +01:00 |
|
Joe Rickerby
|
762dc807cd
|
Convert DockerContainer to use binary PIPEs, to handle arbitrary data
|
2020-06-26 21:36:52 +01:00 |
|
Joe Rickerby
|
2edb33662b
|
Import organisation
|
2020-06-26 20:22:49 +01:00 |
|
Joe Rickerby
|
df69dda44a
|
Fix broken PATH test - it was erroring for a different reason
|
2020-06-26 12:59:26 +01:00 |
|
Joe Rickerby
|
1d9333689f
|
Explicit buffer size isn't necessary
|
2020-06-26 12:55:38 +01:00 |
|
Joe Rickerby
|
68d8f89fb3
|
Style tweaks
|
2020-06-26 11:02:23 +01:00 |
|
Joe Rickerby
|
db9d658b51
|
Merge pull request #387 from joerick/call-types
Remove str() calls in call/shell functions using destructuring syntax
|
2020-06-26 00:20:22 +01:00 |
|
Joe Rickerby
|
1d88c27530
|
Neaten function call whitespace
|
2020-06-25 12:41:21 +01:00 |
|
Joe Rickerby
|
fefe128a15
|
Fix issues with spaces in environment variables
|
2020-06-25 11:21:10 +01:00 |
|
Joe Rickerby
|
321335e756
|
Bump version: v1.5.1
|
2020-06-25 10:53:30 +01:00 |
|
Joe Rickerby
|
dd4fc69e7c
|
Revert "Remove hard-coded shell info to use the docker ENTRYPOINT instead"
This reverts commit a052c71aec.
|
2020-06-25 10:39:26 +01:00 |
|
Grzegorz Bokota
|
4dd5c0e11c
|
use only dir name as target of shutil.move
|
2020-06-24 23:04:15 +00:00 |
|
Grzegorz Bokota
|
a2f4d2aa47
|
Switch back to shutil.move from Path.rename
|
2020-06-24 22:36:18 +00:00 |
|
Joe Rickerby
|
850d109582
|
Don't use docker exec -w because CircleCI doesn't support it
|
2020-06-24 17:12:06 +01:00 |
|
Joe Rickerby
|
a052c71aec
|
Remove hard-coded shell info to use the docker ENTRYPOINT instead
This lets us use the 'linux32 bash' that's specified by the i686 docker
images, without specifying it explicitly.
|
2020-06-24 16:50:08 +01:00 |
|
Joe Rickerby
|
31339ba30e
|
Extract DockerContainer into its own file
|
2020-06-24 16:43:33 +01:00 |
|
Joe Rickerby
|
53c00a0af6
|
Use a long-running remote bash shell, rather than docker exec
|
2020-06-24 16:39:20 +01:00 |
|
Joe Rickerby
|
41891277d3
|
Bump version: v1.5.0
|
2020-06-24 09:54:55 +01:00 |
|
Joe Rickerby
|
50a263df21
|
Remove str() calls in call/shell functions using destructuring syntax
|
2020-06-23 20:28:54 +01:00 |
|