Commit Graph

188 Commits

Author SHA1 Message Date
Anton-4
f2137c90ab
upgrade to rust 1.70.0 2023-07-25 17:44:46 +02:00
Anton-4
88fe49feca
added ZIG_ARCH argument
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-07-19 15:45:18 +02:00
Anton-4
cc1bb46e25
old linux arm64 nightly workflow 2023-07-17 18:17:16 +02:00
Anton-4
0601ac6f2d
added earthly workflow 2023-07-15 13:44:32 +02:00
Anton-4
1c111d630e
Earthfile is back 2023-07-12 10:36:35 +02:00
Anton-4
54ad5d3416
moved benchmarks to nix 2022-10-17 17:40:35 +02:00
Jan Van Bruggen
527f39b8f2
Move Roc CLI testing examples to crates/ 2022-09-11 22:32:15 -06:00
Anton-4
6c9487b00f
moved spellcheck, removed unused Earthfile 2022-08-27 18:14:28 +02:00
Anton-4
3da72965d0
linux nightly release fix
The serde feature can not be passed to roc_std when doing a non-test build, because roc_std is excluded from the workspace, including it used to error on windows. Further discussion in #3756
2022-08-12 14:45:35 +02:00
Brian Hicks
7ae36c7206
add serde feature to Earthfile for tests 2022-08-10 17:34:16 -05:00
Richard Feldman
2d3f10fd35
Fix Earthfile command for testing Str builtins 2022-08-06 21:45:21 +02:00
Richard Feldman
12e377744d
Run roc test on Str builtins 2022-08-06 21:45:21 +02:00
Anton-4
2cc2f988d7
moved clippy and rustfmt to nix apple silicon 2022-07-13 15:51:32 +02:00
Richard Feldman
9b0f72bf66
Merge pull request #3464 from rtfeldman/move-repl-www
Move web REPL files and link to it from main page
2022-07-11 20:06:28 -04:00
Folkert de Vries
e8c51d376b
Merge pull request #3473 from rtfeldman/wasm-test-wasm3
Use a faster Wasm runtime for test_gen
2022-07-11 22:50:50 +02:00
Folkert
6fd9e74a22
install bindgen, it is needed to build wasm3 2022-07-10 14:08:32 +02:00
Brian Carroll
c668c87091
Remove Earthfile reference to deleted folder repl_www 2022-07-09 10:15:58 +01:00
Anton-4
7c93d237ce
Merge branch 'trunk' of github.com:rtfeldman/roc into rust61 2022-07-03 14:14:24 +02:00
Anton-4
a9c76f7f0a
upgraded to rust 1.61 + clippy fix 2022-07-02 17:15:48 +02:00
Anton-4
897943b2e1
fix repl_test path 2022-07-02 12:35:08 +02:00
Anton-4
75d7450495
crates path fixes 2022-07-02 10:41:14 +02:00
Anton-4
4fc2d808f3
fix str.zig finding 2022-07-01 20:35:15 +02:00
Anton-4
e4d8c1e88e
updated mono tests, fixed earthly dir copy 2022-07-01 19:15:36 +02:00
Anton-4
4834891fc4
get gcc 10.3, not 10.2 2022-06-28 16:10:15 +02:00
Anton-4
b161411c10
forgot to remove old gcc 2022-06-28 13:28:07 +02:00
Anton-4
eea35a21d3
try gcc-10 2022-06-28 12:57:18 +02:00
Richard Feldman
0b94ac9429
Merge pull request #3257 from rtfeldman/apple_silicon_nightly
apple silicon nightly workflow
2022-06-20 15:21:33 -04:00
Anton-4
c4b5c1b580
fixed package_release.sh 2022-06-18 19:33:10 +02:00
Anton-4
3be059f915
CI cleanup 2022-06-18 17:10:59 +02:00
Anton-4
47a24ad142
don't enable avx on all x86-64 2022-06-15 12:24:41 +02:00
Richard Feldman
0f140facda
Merge pull request #3127 from rtfeldman/www
Sync up changes from #3041
2022-05-24 13:00:02 -04:00
Ayaz Hafiz
24bc37f39b
workspace env on CI 2022-05-18 16:12:29 -04:00
Richard Feldman
6b98586ddc
Check clippy for --release warnings too 2022-05-18 08:19:21 -04:00
Brian Carroll
65bbd85cc7
Disable wasm-opt by default and run it when needed 2022-05-16 09:02:43 +01:00
Brian Carroll
da86920324
Try installing wasm-opt via apt 2022-05-16 08:18:05 +01:00
Brian Carroll
25fdeb5ca8
Install wasm-opt on Earthly 2022-05-15 15:47:25 +01:00
Richard Feldman
9b35c2d0ab
Run clippy --workspace --tests 2022-05-10 15:21:47 -04:00
Brian Carroll
db322021de Add docs_cli directory to Earthfile 2022-05-09 08:48:28 +01:00
Richard Feldman
c7037db6d5
Merge pull request #3013 from rtfeldman/hostgen
Introduce bindgen CLI
2022-05-08 17:51:20 -04:00
Folkert
b6a47223b7
remove mentions of llvm-as 2022-05-07 20:49:44 +02:00
Folkert
81caa96af2
Merge remote-tracking branch 'origin/trunk' into update_zig_09 2022-05-07 19:38:04 +02:00
Richard Feldman
79a3022d95
Tell Earthfile to copy bindgen/ 2022-05-06 16:17:31 -04:00
Anton-4
f3493850bb
Merge pull request #2983 from rtfeldman/wasi-libc-sys
Build WASI libc using Zig, instead of using a checked-in binary
2022-05-05 09:40:46 +02:00
Anton-4
2845371c50
build before checking fmt and clippy for rust code gen 2022-05-04 14:00:39 +02:00
Brian Carroll
46c285c43a Add new top-level dir to Earthfile 2022-05-04 07:26:45 +01:00
Anton-4
88db62cac2
undo accidental workdir removal 2022-05-03 15:38:47 +02:00
Anton-4
847378a333
no more earthbuild apparently 2022-05-03 15:04:45 +02:00
Anton-4
a40b055f16
better comments 2022-05-03 13:46:39 +02:00
Anton-4
3b7ef7b3ca
update earthfile, flake.nix and shell.nix 2022-05-02 20:02:46 +02:00
Anton-4
ced9fdec3a
also copy over repl_wasm 2022-05-02 15:34:00 +02:00