JuliaComputing / xtrx_julia

XTRX LiteX/LitePCIe based design for Julia Computing
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Cache gateware build using `coppermind` #149

Closed staticfloat closed 1 year ago

staticfloat commented 1 year ago

This makes use of a buildkite plugin named coppermind which checks the treehash of a set of inputs, and if a build has been run previously with that treehash, it just downloads the previously-built gateware, rather than rebuilding it. In order to do this, we must provide S3 credentials, so we reach for our trusty friend cryptic to get that done.