Closed ajelinski closed 2 years ago
conda-eda
CI using scripts from conda-ci
instead of .github/scripts
: https://github.com/hdl/conda-eda/actions/runs/1591800241
Such changes have to be done to the master-package
job in each conda-*
repository: https://github.com/hdl/conda-eda/commit/14df7e0efac0aaf061a5af5d359f561d8c79bd38#diff-5a99242c5cfc10a7d738e67d46f4ebd0e7cefa3ca65ce566a775006654e1105bR771
All conda-eda
packages (https://github.com/hdl/conda-eda/pull/152) except surelog-uhdm
, surelog
and yosys-uhdm
are built well using aj-fix-paths
branch: https://github.com/hdl/conda-eda/actions/runs/1653851216.
Their failures are unrelated to the CI changes.
Previously the action was calling scripts from the revision used as a submodule in the repositories using this repository. After this change the scripts from the same commit as the action run will always be used.
Then we'll be able to remove
.github/scripts
submodules fromconda-*
repositories.