Mercurial > p > roundup > code
changeset 7631:4f5a8b402b40
build: make sed sub global on line.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 11 Sep 2023 03:35:03 -0400 |
| parents | f4e415e56585 |
| children | 0334d371ea11 |
| files | .github/workflows/ci-test.yml |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Mon Sep 11 03:24:16 2023 -0400 +++ b/.github/workflows/ci-test.yml Mon Sep 11 03:35:03 2023 -0400 @@ -208,7 +208,7 @@ -e '/PYTHON3_SO=/s/"SO"/"EXT_SUFFIX"/g' \ -e '/PYTHON3_CACHE_TAG=/s/imp;print(imp.get_tag())/sys;print(sys.implementation.cache_tag)/' \ -e '/PYTHON3_CACHE_OPT1_EXT=/s/imp\.get_tag()/sys.implementation.cache_tag/g' \ - -e '/PYTHON3_CACHE_OPT1_EXT=/s/imp\b/importlib/' \ + -e '/PYTHON3_CACHE_OPT1_EXT=/s/imp\b/importlib/g' \ configure; \ diff -u configure.FCS configure; \ ./configure --prefix=$VIRTUAL_ENV --with-python3 --disable-documentation; \
