I was just wondering - should we be using the repl...
# openlane
r
I was just wondering - should we be using the replace in openroad now, instead of building an old version from git?
a
Hi @Rob Taylor, we are already using the OpenROAD app's replace by default "just in case", but we're probably going to drop it from the docker to reduce its size, sooner or later.
r
Ah brilliant.
@Amr Gouhar should I drop it from the multi arch branch?
a
@Ahmed Ghazy: What do you think? ^^
a
@Rob Taylor: Yes, haven't needed it for quite a while by now; feel free to drop it, yes.
r
Nice, will do!
a
@Rob Taylor: btw, we started to restructure the branches based on your suggestion in the last meeting. Also, currently we rely on travis CI to build the docker images, and we're switching to PR based development by the end of the day today or tomorrow maximum. However, the plan is still to switch to Github Actions in the future. I will share more details once we stand on a solid ground in that regard.
r
That’s brilliant to hear, well done!
I’ve started on GitHub actions for the docker build already - unfortunately I get an undiagnosable failure after ~4 hours. Should be able to fix that with caching though