Mercurial > p > roundup > code
changeset 8144:9b1295fe95c0
order change, add libgpgme - 24.04 ubuntu github action migration
Move 24.04 to first in matrix to try to get it to run earlier as I
only run 4 builds in parallel.
Replace redundant libgpgme-dev with libgpgme to try to fix error with
pip install gpg:
Collecting gpg
Downloading gpg-1.10.0.tar.gz (39 kB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'error'
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [2 lines of output]
<string>:163: SyntaxWarning: invalid escape sequence '\s'
Could not find gpgme-config. Please install the libgpgme
development package.
[end of output]
[skip travis]
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 10 Nov 2024 11:58:53 -0500 |
| parents | 170a723f268f |
| children | 09fb995cf017 |
| 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 Sun Nov 10 11:12:23 2024 -0500 +++ b/.github/workflows/ci-test.yml Sun Nov 10 11:58:53 2024 -0500 @@ -219,7 +219,7 @@ - name: Install auxiliary packages run: | - sudo apt-get install swig gpgsm libgpgme-dev libgpgme-dev + sudo apt-get install swig gpgsm libgpgme-dev libgpgme # pygments for markdown2 to highlight code blocks pip install markdown2 pygments # docutils for ReStructuredText
