lumo

:lumo: Standalone ClojureScript environment. Currently at version 1.9.0
anmonteiro 2017-06-06T16:06:13.836555Z

@moxaj did you fix this? ^

anmonteiro 2017-06-06T16:06:19.839366Z

is that the mv vs move thing?

moxaj 2017-06-06T16:42:19.705700Z

I don't think it is related, but i'll investigate more when i get home

moxaj 2017-06-06T18:24:07.103900Z

@anmonteiro it actually was the source of the issue. I thought that was some post-build cleanup stuff, turns out I was at halftime 😮

anmonteiro 2017-06-06T18:28:20.206564Z

@moxaj does changing mv to move make your build succeed?

moxaj 2017-06-06T18:28:23.207913Z

yes

anmonteiro 2017-06-06T18:28:42.215930Z

were you building on PowerShell or cmd?

moxaj 2017-06-06T18:28:49.218664Z

cmd

anmonteiro 2017-06-06T18:29:03.224336Z

interesting

anmonteiro 2017-06-06T18:29:33.236424Z

@moxaj last question (I’m not familiar with Windows, sorry!): does move work in Powershell?

moxaj 2017-06-06T18:29:52.243958Z

yes, both mv and move work

anmonteiro 2017-06-06T18:29:57.245822Z

weird

moxaj 2017-06-06T18:30:02.247793Z

(i'm not familiar either! :D)

anmonteiro 2017-06-06T18:30:12.251939Z

CI is running in cmd and the builds have been passing

moxaj 2017-06-06T18:30:17.254067Z

yes, appveyor probably does some strange thing

anmonteiro 2017-06-06T18:30:26.258094Z

I’ll take your PR in any case, if CI succeeds

moxaj 2017-06-06T18:30:46.265846Z

if it doesn't time out, like last time

moxaj 2017-06-06T18:31:14.277464Z

fought for 90 minutes, then gave up

anmonteiro 2017-06-06T18:31:58.295222Z

yeah

anmonteiro 2017-06-06T18:32:08.299433Z

Appveyor has a 90 minutes timeout

anmonteiro 2017-06-06T18:32:18.303290Z

I managed to increase it from 60 a while ago

moxaj 2017-06-06T18:32:44.313802Z

the other 2 take like ~10 minutes, they probably cache some artifacts, is that not possible with appveyor?

anmonteiro 2017-06-06T18:32:54.317907Z

it is

anmonteiro 2017-06-06T18:32:58.319276Z

cache must be broken

anmonteiro 2017-06-06T18:33:06.322918Z

since the Node 8.0 upgrade

anmonteiro 2017-06-06T18:33:17.327085Z

in any case it’ll take 40 minutes with cache 😞

anmonteiro 2017-06-06T18:34:37.358564Z

yeah I think the cache is broken