hdl / conda-ci

CI scripts for litex-conda-* repositories
1 stars 2 forks source link

Fix script paths #20

Closed ajelinski closed 2 years ago

ajelinski commented 2 years ago

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 from conda-* repositories.

ajelinski commented 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

ajelinski commented 2 years ago

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.