Anton-4
63cf14e4ba
fix echo
2023-02-06 18:19:38 +01:00
Anton-4
a71ebd81a0
dbg
2023-02-06 18:17:16 +01:00
Anton-4
ca2ffb6ea2
minor token changes
2023-02-06 18:07:39 +01:00
Anton-4
7f8dee8101
try passing token as arg
2023-02-06 14:32:30 +01:00
Anton-4
dfdfedabdb
try without pipefail
2023-02-06 14:30:31 +01:00
Anton-4
56096d98e6
put curl in bash script
2023-02-06 14:20:49 +01:00
Anton-4
c39ef95043
disable PR trigger
2023-01-28 16:44:03 +01:00
Anton-4
7a20dfd630
deleted rogue backslash
2023-01-28 16:16:33 +01:00
Anton-4
c07da375ab
trying different quotes
2023-01-28 16:05:43 +01:00
Anton-4
8b7112b1ee
fix quotes
2023-01-28 15:57:27 +01:00
Anton-4
695ea67ea7
forgot dot
2023-01-28 15:24:08 +01:00
Anton-4
4969fbc287
properly set env
2023-01-28 15:08:32 +01:00
Anton-4
20f16893cb
debug
2023-01-28 14:48:22 +01:00
Anton-4
5ba06252f4
use different env var depending on trigger
2023-01-28 14:17:42 +01:00
Anton-4
b3452b06e6
fix basic cli build
2023-01-28 14:03:36 +01:00
Anton-4
5cd9dd3016
fix nightly tests
2023-01-28 13:53:37 +01:00
Anton-4
5039a73d5c
Merge pull request #4945 from roc-lang/website_build_macos
...
WIP support www/build.sh on macos
2023-01-25 18:34:24 +01:00
Anton-4
d9f69e59cc
disable pr trigger
2023-01-25 16:33:51 +01:00
Anton-4
f3b0b5c191
skip another macos test
2023-01-25 15:51:20 +01:00
Anton-4
335f8071a6
fixed aarch64 workflow
2023-01-25 14:41:21 +01:00
Anton-4
31ee1794ff
fix nightly dir structure
2023-01-25 14:31:56 +01:00
Anton-4
2c70613572
skip phantom_polymorphic_record
...
when upgrading to rust 1.65 a possibly pre-existing error was revealed for this test: (signal: 11, SIGSEGV: invalid memory reference)
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-01-24 12:17:01 +01:00
Anton-4
1f2b39a521
Merge branch 'main' of github.com:roc-lang/roc into rust1_65
2023-01-23 18:27:33 +01:00
Anton-4
a4cdf587c7
support www/build.sh on macos
2023-01-23 18:10:41 +01:00
Folkert de Vries
608ee9ebb5
Merge pull request #4918 from roc-lang/surgical-linker-cleanup
...
surgical linker: remove jump slot relocations and update static symbols
2023-01-22 11:52:03 +01:00
Anton-4
9c808306e8
Merge branch 'main' of github.com:roc-lang/roc into surgical-linker-cleanup
2023-01-21 19:02:49 +01:00
Anton-4
cc67c75d39
update to rm2
2023-01-21 19:02:40 +01:00
Anton-4
d7c458a9ac
dont run on PR
2023-01-21 17:20:05 +01:00
Anton-4
a1678a95f4
added nix store gc job
2023-01-21 16:38:35 +01:00
Anton-4
3a81fe6e86
Merge remote-tracking branch 'upstream/main' into parser-package
2023-01-21 11:51:57 +01:00
Anton-4
5790d6d56a
cant specify two specific tests
2023-01-20 17:21:55 +01:00
Anton-4
1f7e8d58a6
only run letter parser on ubu CI
2023-01-20 16:42:37 +01:00
Anton-4
5b4b9cbd0b
don't build nightlies on PR
2023-01-20 14:00:07 +01:00
Anton-4
1bf0ecd9b0
build wasm repl first
2023-01-20 13:26:22 +01:00
Anton-4
1fc5c8cdac
fix tar filename
2023-01-20 11:20:19 +01:00
Anton-4
8b14aec0f5
Merge branch 'main' of github.com:roc-lang/roc into rust1_65
2023-01-18 19:26:59 +01:00
Anton-4
bbf35af8fa
Merge branch 'main' into rust1_65
...
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-01-17 18:14:30 +01:00
Anton-4
a97c53d7ca
1.65 changes and clippy fixes
2023-01-17 18:09:16 +01:00
Anton-4
e643bdd9d4
untar now creates single dir
2023-01-17 11:28:08 +01:00
Anton-4
af706d0e11
comment out basic-cli hello
...
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-01-13 17:56:59 +01:00
Anton-4
98c9403a84
removed job name
...
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-01-13 16:32:37 +01:00
Anton-4
145c104a88
fix sccache path
...
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-01-13 16:31:41 +01:00
Anton-4
ebdaf767b2
fix name
2023-01-13 16:01:40 +01:00
Anton-4
d323e4e419
fix name+path
2023-01-13 15:51:53 +01:00
Anton-4
13bd33ccb1
added macos x86_64 PR workflow
2023-01-13 15:49:13 +01:00
Richard Feldman
2a7bd0a1cb
Merge pull request #4729 from roc-lang/basic_cli_ci
...
basic-cli build
2023-01-11 13:16:52 -05:00
Anton-4
ddf00e1d3a
skip str_append_scalar on macos x86_64
...
to allow nightlies to build until #4865 is resolved.
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-01-09 15:40:36 +01:00
Ayaz
f7bdc59ac0
Merge pull request #4815 from roc-lang/improve_getting_started
...
helloWolrd use url platform, improve getting started
2022-12-27 10:02:44 -06:00
Anton-4
33af6264d6
add helloWorldNoURL
2022-12-27 15:03:31 +01:00
Ayaz
d7a3e5e1fb
Merge pull request #4814 from roc-lang/fix_tutorial_deployment
...
build tutorial with roc nightly
2022-12-27 07:57:14 -06:00