Commit Graph

179 Commits

Author SHA1 Message Date
Krasimir Angelov
aec123bb7d fix compilation on Mac as well. 2022-08-17 10:30:37 +02:00
Krasimir Angelov
01c46479c6 another attempt to fix compilation 2022-08-17 10:22:12 +02:00
Krasimir Angelov
b378834756 try to restrict the GHC version for now 2022-08-17 10:14:25 +02:00
Krasimir Angelov
c8f37680f5 trying to fix the compilation on github 2022-08-17 09:44:04 +02:00
Krasimir Angelov
3ba3f24e3a disable macos-javascript as well 2022-07-14 11:52:59 +02:00
Krasimir Angelov
826a346e19 building the JavaScript binding is disabled until someone takes care of it 2022-07-14 11:50:35 +02:00
Krasimir Angelov
03fe38124f Merge branch 'master' into majestic 2022-05-31 08:05:00 +02:00
Inari Listenmaa
b762e24a82 Add ghc-9.0.2 to CI 2022-03-05 13:25:26 +08:00
Andreas Källberg
308f4773dc Upgrade to ghc-8.10.7
This version has better support for m1 macbooks
2022-03-05 12:25:46 +08:00
Andreas Källberg
05fc093b5e Add restore key to cache 2022-03-05 12:25:46 +08:00
Andreas Källberg
4caf6d684e Another attempt at fixing linker errors 2022-03-05 12:25:46 +08:00
Andreas Källberg
bfd8f9c16d Upgrade haskell setup action 2022-03-05 12:24:38 +08:00
Andreas Källberg
aefac84670 Clear stack cache and make cache-key more fine-grained
Attempt at fixing #137
2022-03-05 12:24:10 +08:00
Krasimir Angelov
4ee671e59d fourth attempt 2022-02-08 17:38:08 +01:00
Krasimir Angelov
f50e1299ce third attempt 2022-02-08 17:33:44 +01:00
Krasimir Angelov
eedd424f5d second attempt 2022-02-08 17:32:43 +01:00
Krasimir Angelov
816225a054 try to fix the compilation on Mac 2022-02-08 17:25:34 +01:00
Krasimir Angelov
2ea78be6d8 third attempt 2022-02-08 17:01:38 +01:00
Krasimir Angelov
fd1891111b another attempt 2022-02-08 16:54:35 +01:00
Krasimir Angelov
d9efc1f615 try to restore compilation on Windows 2022-02-08 16:48:15 +01:00
krangelov
c4ff30cc34 add libwinpthread-1.dll as well 2021-11-16 21:42:55 +01:00
krangelov
0784b00a47 grab the extra .dll dependencies from MinGW as well 2021-11-16 21:27:20 +01:00
krangelov
6838aaa1fe add the .dll to the artifact as well 2021-11-16 21:04:36 +01:00
krangelov
6b301f916d add msys64 to the artifact path 2021-11-16 20:53:25 +01:00
krangelov
83e28f47f9 third guess 2021-11-16 20:45:50 +01:00
krangelov
2c11c25940 another attempt to build the artifact 2021-11-16 20:34:25 +01:00
krangelov
4750de888a an attempt to upload the windows build as an artifact 2021-11-16 20:26:58 +01:00
krangelov
f469b9979f no sudo on Windows 2021-11-16 20:05:08 +01:00
krangelov
f5fea82020 set working directory 2021-11-16 19:49:08 +01:00
krangelov
e00378c820 attempt to build the Windows runtime 2021-11-16 19:40:14 +01:00
krangelov
2c38ba6ca4 test msys 2021-11-16 19:36:02 +01:00
krangelov
7797aa6ed5 build instructions for Windows 2021-11-16 19:19:21 +01:00
Krasimir Angelov
30c5109bfd install GCC for MinGW 2021-11-16 19:13:56 +01:00
Krasimir Angelov
051eb737f2 Try to setup Windows build 2021-11-16 19:06:32 +01:00
John J. Camilleri
ad3489f0f9 Use actions/setup-node instead of nvm
Even though it should be installed, I was getting
nvm: command not found
in the CI logs.
2021-10-18 14:47:37 +02:00
John J. Camilleri
0b13d04ac4 Use Node.js 12 in CI 2021-10-18 14:42:37 +02:00
John J. Camilleri
a2d843f8ed Skip JavaScript in CI 2021-10-18 08:48:50 +02:00
John J. Camilleri
c9b668a583 Fix compilation with macOS mmap/malloc workaround. Add Python (macOS) to CI. 2021-10-15 17:34:19 +02:00
John J. Camilleri
26069e7ffe Set LD_LIBRARY_PATH globally in all workflow jobs/steps 2021-10-14 22:09:55 +02:00
John J. Camilleri
d218c286eb Re-enable macOS build in CI. Minor cleanup. 2021-10-14 21:52:41 +02:00
John J. Camilleri
900a0985a8 Put back bindings in all languages as separate jobs 2021-10-14 15:31:05 +02:00
John J. Camilleri
6b93c6fde4 Be more conservative when displaying /usr/local 2021-10-14 15:25:04 +02:00
John J. Camilleri
60a578bd6f add pipe ro run command 2021-10-14 15:21:11 +02:00
John J. Camilleri
04dd99c56c sudo mv 2021-10-14 15:19:25 +02:00
John J. Camilleri
d304e57b6e Move after download 2021-10-14 15:17:55 +02:00
John J. Camilleri
5bf0c9b7ad mkdir /usr/local/lib and /usr/local/include 2021-10-14 15:13:20 +02:00
John J. Camilleri
a044adfc8b Download artifacts to /usr/local 2021-10-14 15:08:18 +02:00
John J. Camilleri
695025d1a2 Display structure of downloaded files 2021-10-14 15:05:03 +02:00
John J. Camilleri
57b9080234 First attempt at separating the different language bindings in CI workflow 2021-10-14 15:01:37 +02:00
John J. Camilleri
30e3e6ba52 Cleanup, update README 2021-10-14 11:26:30 +02:00