Fork me on GitHub
#lumo
<
2017-06-06
>
anmonteiro16:06:13

@moxaj did you fix this? ^

anmonteiro16:06:19

is that the mv vs move thing?

moxaj16:06:19

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

moxaj18:06:07

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

anmonteiro18:06:20

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

anmonteiro18:06:42

were you building on PowerShell or cmd?

anmonteiro18:06:33

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

moxaj18:06:52

yes, both mv and move work

moxaj18:06:02

(i'm not familiar either! :D)

anmonteiro18:06:12

CI is running in cmd and the builds have been passing

moxaj18:06:17

yes, appveyor probably does some strange thing

anmonteiro18:06:26

I鈥檒l take your PR in any case, if CI succeeds

moxaj18:06:46

if it doesn't time out, like last time

moxaj18:06:14

fought for 90 minutes, then gave up

anmonteiro18:06:08

Appveyor has a 90 minutes timeout

anmonteiro18:06:18

I managed to increase it from 60 a while ago

moxaj18:06:44

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

anmonteiro18:06:58

cache must be broken

anmonteiro18:06:06

since the Node 8.0 upgrade

anmonteiro18:06:17

in any case it鈥檒l take 40 minutes with cache 馃槥

anmonteiro18:06:37

yeah I think the cache is broken