Commit Graph

49 Commits

Author SHA1 Message Date
77722ae68b wfvm: do not use virtio graphics (driver not installed) 2020-06-20 14:23:49 +08:00
ae201e2aa8 wfvm: fix VS download 2020-06-18 18:50:01 +08:00
e589989955 wfvm: install Win8.1 SDK in VS 2020-06-18 18:19:46 +08:00
7ff56838b6 conda-windows: build llvm with VS (WIP) 2020-06-18 16:22:05 +08:00
330636726c wfvm: downgrade visual studio to 2017
The conda garbage does not support later versions.
2020-06-18 15:34:55 +08:00
21f3b682c5 wfvm: get the visual studio installer to work
It is chock full of bugs and also the instructions on the microsoft website are wrong.
2020-06-18 14:16:56 +08:00
d64fcec76e wfvm: use absolute path for VS layout creation 2020-06-18 11:09:36 +08:00
08d28437e4 wfvm: new visual studio installation technique 2020-06-18 01:58:09 +08:00
1bf63a88ad wfvm: fix win-get of directory 2020-06-18 01:55:53 +08:00
ab90fc88f6 wfvm: disable SSH host key warning messages 2020-06-17 23:42:22 +08:00
0f99ffc583 wfvm: use sftp instead of scp
scp is bogged down transferring the 13k files of the Visual Studio pile of garbage.
2020-06-17 23:40:49 +08:00
465cc193ec wfvm: add official cmake msi 2020-06-17 21:51:36 +08:00
a5b336f63c wfvm: add MSVC layer 2020-06-17 17:45:57 +08:00
aa76904361 wfvm: fix indentation 2020-06-17 17:08:35 +08:00
3d41477178 wfvm: support transferring folders recursively 2020-06-17 17:02:24 +08:00
5b5742c3f0 wfvm: upgrade Anaconda
The previous version craps out when installing sipyco from a channel (but not from a file, go figure.)
2020-06-16 19:46:50 +08:00
96ba1fab12 wfvm: autologin user
This makes manual testing of GUI applications easier.
2020-06-16 19:06:20 +08:00
90150c7dbe wfvm: install msys mingw make and cmake 2020-06-16 15:14:50 +08:00
d407eee013 wfvm: revert accidentally committed part of f464b61290 2020-06-16 14:49:16 +08:00
5be1c8aa4a wfvm: make everything 64-bit 2020-06-16 13:29:40 +08:00
978ea89fe0 wfvm: install cmake in msys2 packages 2020-06-16 13:16:03 +08:00
f464b61290 conda-windows: fix binutils target handling 2020-06-16 12:52:42 +08:00
5ab186e3dc wfvm: allow network access in SSH demo 2020-06-15 20:16:11 +08:00
0ba8000660 wfvm: fix 'protocol error: filename does not match request' in win-get 2020-06-15 20:16:11 +08:00
38d7c89a8b wfvm: fix QEMU not found in wfvm-run 2020-06-15 20:16:11 +08:00
72357a62f1 wfvm: make demo image more like default 2020-06-15 20:16:11 +08:00
dcb8e499df wfvm: automate make_msys_packages.sh 2020-06-15 14:05:14 +08:00
107340b08a wfvm: add win-get 2020-06-15 14:05:14 +08:00
ded12b51fd wfvm: set default windows image parameters 2020-06-15 14:05:14 +08:00
cc37c8232d wfvm: improve SSH use 2020-06-15 14:05:14 +08:00
876f278fdb wfvm: use '-display none' instead of '-nographic' 2020-06-15 14:05:14 +08:00
4510ae7552 wfvm: reorganize, add demo-ssh 2020-06-15 00:29:01 +08:00
18f84a65c6 wfvm: remove unnecessary HOME 2020-06-15 00:29:01 +08:00
cc14162e60 wfvm: cleanup, move QEMU netdev settings out of defaults 2020-06-15 00:29:01 +08:00
a9830e0a51 wfvm: remove direnv file (accidentally committed?) 2020-06-14 21:59:38 +08:00
7c758967e0 wfvm: remove more dead code 2020-06-14 17:08:18 +08:00
996802257d wfvm: clean up nix imports 2020-06-14 17:06:03 +08:00
446dbbfbf2 wfvm: remove more dead code 2020-06-14 17:05:28 +08:00
0a2e7dae93 wfvm: remove dead code 2020-06-14 16:57:59 +08:00
768d38db46 wfvm: remove installation 'settling' nonsense
Corruption was caused by the VM being killed instead of cleanly shut down.
2020-06-14 16:47:55 +08:00
aa0e0517c2 wfvm: wait for VM to terminate instead of killing it 2020-06-14 12:23:22 +08:00
10bb7df7ed wfvm: reorganize 2020-06-14 12:23:22 +08:00
a808a5d090 wfvm: install MSYS compiler packages 2020-06-14 12:23:22 +08:00
088403cf6f wfvm: remove duplicated SSH code 2020-06-13 18:57:50 +08:00
75c44b0369 wfvm: install MSYS2 2020-06-13 18:57:50 +08:00
72d155c047 wfvm: Use OpenSSH instead of Paramiko
The Paramiko hack does not stream stdout/stderr and makes debugging or using expect problematic.
2020-06-13 18:57:50 +08:00
22a8a5ed92 wfvm: let layers have build inputs 2020-06-13 18:57:50 +08:00
b8a7f84483 wfvm: avoid copying large anaconda installer file 2020-06-13 18:57:50 +08:00
40e8cc8407 add wfvm 2020-06-13 18:57:50 +08:00