babashka-sci-dev

cap10morgan 2022-01-25T15:44:41.111500Z

I'll take a look

lispyclouds 2022-01-25T15:44:58.111700Z

we fixed it 😄

💯 2
borkdude 2022-01-25T14:39:29.099500Z

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

2022-01-25T14:43:02.100Z

@kipz has joined the channel

2022-01-25T14:44:46.100800Z

That isn't new though, right?

lispyclouds 2022-01-25T14:45:14.101200Z

this is first time we are doing a non snapshot release

lispyclouds 2022-01-25T14:45:21.101500Z

after the changes

lispyclouds 2022-01-25T14:45:36.102Z

would you remove it @borkdude?

2022-01-25T14:45:40.102200Z

oh right.

borkdude 2022-01-25T14:45:44.102400Z

should I remove rm -f bb?

lispyclouds 2022-01-25T14:45:51.102600Z

yeah i think so

👍 1
borkdude 2022-01-25T14:46:03.103Z

ok, will try

lispyclouds 2022-01-25T14:46:14.103400Z

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

borkdude 2022-01-25T14:46:25.103600Z

ah yes

borkdude 2022-01-25T14:46:38.103900Z

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

lispyclouds 2022-01-25T14:47:08.104500Z

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

lispyclouds 2022-01-25T14:47:19.104800Z

in snapshot builds

borkdude 2022-01-25T14:48:18.105Z

what's this then?

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

borkdude 2022-01-25T14:49:05.105400Z

why even remove that?

lispyclouds 2022-01-25T14:49:35.106Z

yeah none of the removes are making much of a difference

borkdude 2022-01-25T14:49:38.106200Z

oh haha, I didn't know Github would render emoji: https://github.com/babashka/babashka/commit/530177eefde6c021d2a8759a31adc90cac9090cb

lispyclouds 2022-01-25T14:50:28.106700Z

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

lispyclouds 2022-01-25T14:50:35.106900Z

just has the binary

borkdude 2022-01-25T14:50:41.107100Z

ok, whatevs :)

lispyclouds 2022-01-25T14:51:01.107600Z

yeah rm in a ephemeral CI is pretty much redundant

borkdude 2022-01-25T14:59:49.107800Z

it worked!

lispyclouds 2022-01-25T15:00:04.108Z

bananadance

borkdude 2022-01-25T15:00:06.108200Z

thanks all

lispyclouds 2022-01-25T15:01:22.108900Z

weekly reminder why these scripts needs to be in clojure 😕

borkdude 2022-01-25T15:01:48.109300Z

:)

borkdude 2022-01-25T15:01:58.109600Z

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