babashka-sci-dev 2022-01-25

I'll take a look

we fixed it 😄

💯 2

> error: failed to solve: failed to compute cache key: "/bb": not found

@kipz has joined the channel

That isn't new though, right?

this is first time we are doing a non snapshot release

after the changes

would you remove it @borkdude?

should I remove rm -f bb?

yeah i think so

👍 1

ok, will try

it was in a different place before, got messed up in the complexity

what happens if we just don't rm? nothing I guess?

yeah should be fine, build context is more by sizeof the binary

in snapshot builds

what's this then?

for p in "${platforms[@]}"; do
        rm -rf $p
    done

why even remove that?

yeah none of the removes are making much of a difference

that above remove is to remove the linux-amd64 and linux-arm64 dirs

just has the binary

ok, whatevs :)

yeah rm in a ephemeral CI is pretty much redundant

bananadance

weekly reminder why these scripts needs to be in clojure 😕

feel free to take a stab at it, whoever wants to do it