Fork me on GitHub
#babashka-sci-dev
<
2022-01-25
>
cap10morgan15:01:41

I'll take a look

lispyclouds15:01:58

we fixed it 😄

💯 2
borkdude14:01:29

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

kipz14:01:46

That isn't new though, right?

lispyclouds14:01:14

this is first time we are doing a non snapshot release

lispyclouds14:01:21

after the changes

lispyclouds14:01:36

would you remove it @borkdude?

kipz14:01:40

oh right.

borkdude14:01:44

should I remove rm -f bb?

lispyclouds14:01:51

yeah i think so

👍 1
borkdude14:01:03

ok, will try

lispyclouds14:01:14

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

borkdude14:01:38

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

lispyclouds14:01:08

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

lispyclouds14:01:19

in snapshot builds

borkdude14:01:18

what's this then?

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

borkdude14:01:05

why even remove that?

lispyclouds14:01:35

yeah none of the removes are making much of a difference

lispyclouds14:01:28

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

lispyclouds14:01:35

just has the binary

borkdude14:01:41

ok, whatevs :)

lispyclouds14:01:01

yeah rm in a ephemeral CI is pretty much redundant

lispyclouds15:01:22

weekly reminder why these scripts needs to be in clojure 😕

borkdude15:01:58

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