sagemath / cysignals

cysignals: interrupt and signal handling for Cython
GNU Lesser General Public License v3.0
44 stars 23 forks source link

.github/workflows/ci-sage.yml: Update to Docker push logic #164

Closed mkoeppe closed 10 months ago

mkoeppe commented 2 years ago

We update the Docker push logic:

kliem commented 2 years ago

It seems that the CI-workflow is currently broken, see tests #166.

 ./bootstrap: 161: ./bootstrap: ./bootstrap-conda: not found
Bootstrap failed. Either install autotools and gettext; or run bootstrap with
the -d option to download the auto-generated files instead.

In general, I hardly understand what is going on in this workflow anymore.

mkoeppe commented 2 years ago

This is fixed in https://trac.sagemath.org/ticket/33926

kliem commented 2 years ago

I see, so no need to update here. Great.

mkoeppe commented 2 years ago

I have merged #33926 into the ticket branch of the "CI target ticket for cysignals" #32579. So it will now be used by the workflow.

mkoeppe commented 10 months ago

Outdated