Joe Rickerby
|
23a6e88b0c
|
Merge pull request #1672 from pypa/disable-host-mount
feat: Adds disable_host_mount suboption to container-engine
|
2024-01-20 19:05:12 +00:00 |
|
Joe Rickerby
|
7c99262c00
|
Adds disable_host_mount suboption to container-engine
|
2023-11-21 22:25:20 +00:00 |
|
Henry Schreiner
|
1efccd03b5
|
fix: minor ruff updates (#1649)
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
|
2023-10-26 10:57:23 -04:00 |
|
pre-commit-ci[bot]
|
28ad6e4b40
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2023-09-19 19:00:48 +00:00 |
|
Robin De Schepper
|
13599a1a10
|
Merge branch 'main' into cibw-debug-keep-container
|
2023-09-19 20:59:22 +02:00 |
|
Robin De Schepper
|
d7a6d04353
|
feature: CIBW_DEBUG_KEEP_CONTAINER option. debug container after build
|
2023-09-19 11:57:03 +02:00 |
|
 Matthieu DarboisandJoe Rickerby
|
7a8b8012ff
|
clearer simulate_32_bit initialization
Co-authored-by: Joe Rickerby <joerick@mac.com>
|
2023-09-18 21:30:22 +02:00 |
|
mayeut
|
cf7586ce7e
|
check i686 directly
|
2023-09-18 21:28:33 +02:00 |
|
mayeut
|
137dc1a2cf
|
Rename simulate_32_bit to enforce_32_bit
|
2023-09-18 21:28:33 +02:00 |
|
mayeut
|
1646b08659
|
fix: do not use linux32 when unnecessary
|
2023-09-18 21:28:32 +02:00 |
|
Joe Rickerby
|
80a54b0226
|
Merge pull request #1589 from dalcinl/source_date_epoch
feature: Automatically pass SOURCE_DATE_EPOCH to Linux containers
|
2023-09-18 18:15:13 +01:00 |
|
 Lisandro DalcinandJoe Rickerby
|
4f888e27c3
|
feature: Automatically pass SOURCE_DATE_EPOCH to Linux containers
Co-authored-by: Joe Rickerby <joerick@mac.com>
|
2023-09-08 18:59:32 +03:00 |
|
Joe Rickerby
|
297e4a6099
|
Add args param to build-frontend option
|
2023-08-26 19:37:29 +01:00 |
|
mayeut
|
4b19db8454
|
chore: drop python 3.7 for cibuildwheel driver
This drops python 3.7 for cibuildwheel.
Building python 3.6 / 3.7 packages is still supported.
|
2023-07-01 14:33:24 +02:00 |
|
 Joe RickerbyandHenry Schreiner
|
9b904777d4
|
Apply suggestions from code review
Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
|
2023-05-26 15:58:18 +01:00 |
|
Joe Rickerby
|
f29da13c2c
|
Fix bug with copy-in
|
2023-05-14 20:50:33 +01:00 |
|
Joe Rickerby
|
290a55097d
|
Add string and TOML-dict configuration of this param
|
2023-05-12 14:18:08 +01:00 |
|
Joe Rickerby
|
5cb0964111
|
Implement create_args in the oci container class
|
2023-05-08 21:59:11 +01:00 |
|
Henry Schreiner
|
31bd9c9174
|
refactor: restore typing for non-backports
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
|
2023-04-18 23:29:01 -04:00 |
|
Henry Schreiner
|
d996af554a
|
fix: restore Python 3.7 support
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
|
2023-04-18 22:02:47 -04:00 |
|
Henry Schreiner
|
8c5f89c035
|
chore: update typing to be generic on function args
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
|
2023-04-18 13:06:17 -04:00 |
|
Henry Schreiner
|
6d038dfbdf
|
chore: update typing to collections.abc
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
|
2023-04-18 12:38:21 -04:00 |
|
 ![pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>](/assets/img/avatar_default.png)
|
063161f5af
|
[pre-commit.ci] pre-commit autoupdate (#1468)
* [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/charliermarsh/ruff-pre-commit: v0.0.260 → v0.0.261](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.260...v0.0.261)
- [github.com/pre-commit/mirrors-mypy: v1.1.1 → v1.2.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.1.1...v1.2.0)
* chore: update for mypy bug
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
---------
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Henry Schreiner <henryschreineriii@gmail.com>
|
2023-04-17 14:06:56 -04:00 |
|
Henry Schreiner
|
5ab3b55378
|
style: run pre-commit
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
|
2023-02-07 10:25:34 -05:00 |
|
Henry Schreiner
|
c8b037ba3e
|
chore: use Ruff (#1405)
chore: use ruff
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
|
2023-01-30 15:53:44 -05:00 |
|
Joe Rickerby
|
42fb827bd7
|
Fix #1161 - stdout is line-buffered during command execution
|
2022-10-21 15:01:00 +01:00 |
|
Henry Schreiner
|
534cada6a5
|
chore: cleaner exception tracebacks
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
|
2022-09-16 11:05:35 -04:00 |
|
mayeut
|
6d27f05c7c
|
chore: use from __future__ import annotations
|
2022-07-19 07:47:45 +02:00 |
|
joncrall
|
a3616700f5
|
Pass cwd to first two calls
|
2022-06-29 21:00:15 -04:00 |
|
Joe Rickerby
|
22ba00bb46
|
Fix missing rename
|
2022-06-27 19:32:35 +01:00 |
|
Joe Rickerby
|
d66c1e92bf
|
Lots more naming changes to reflect that containers are not necessarily 'docker'
|
2022-06-27 18:30:49 +01:00 |
|