toolchain: add symbiflow-toolchain package#145
Conversation
|
|
||
| mkdir -p $PREFIX | ||
|
|
||
| curl -s https://storage.googleapis.com/symbiflow-arch-defs-gha/symbiflow-toolchain-latest | xargs wget -qO- | tar -xJC $PREFIX |
There was a problem hiding this comment.
We really need to make sure that there is a connection between these assets and the symbiflow-arch-defs git revision and not use the random latest version....
There was a problem hiding this comment.
So this needs to download the results which match the git revision used to generate the package metadata. That info should be available in the shell environment somewhere...
|
As we've been discussing this internally, our current approach is to:
This PR is a stub we begin with, based on the work we started ~1 year ago |
|
Is there a simple way to go from symbiflow-arch-defs git revision number to the build CI output? If so, you could use that process so that the contents are determined by the symbiflow-arch-defs git revision the package is built with? |
|
Actually the git revision number is present within the link contained in For instance, the current latest link is the following: Where The above link also contains the build date, so we may probably extract that as well from there. |
Signed-off-by: Alessandro Comodi <[email protected]>
879e831 to
344ca3d
Compare
That is the wrong way around. You want to go from git revision ID to a build result (not from a build result to a git revision ID). |
Signed-off-by: Alessandro Comodi [email protected]
This supersedes #48, and adds the symbiflow toolchain package