Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix nightly testing + updates #7386

Merged
merged 3 commits into from
Dec 17, 2024
Merged

fix nightly testing + updates #7386

merged 3 commits into from
Dec 17, 2024

Conversation

Anton-4
Copy link
Collaborator

@Anton-4 Anton-4 commented Dec 17, 2024

No description provided.

mkdir -p $1 $1/examples $1/crates/compiler/builtins/bitcode
mkdir -p $1 $1/examples
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has changed to use a glue folder like below

Comment on lines -44 to -58
## How to install Roc platform dependencies

This step is not necessary if you only want to use the [basic-cli platform](https://github.com/roc-lang/basic-cli), like in the tutorial.
But, if you want to compile Roc apps with other platforms (either in [`examples/`](https://github.com/roc-lang/roc/tree/main/examples) or in your own projects),
you'll need to install one or more of these platform languages too.

1. Install the Rust compiler, for apps with Rust-based platforms:

```sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```

1. For Zig-based platforms: [download zig 0.13.0](https://ziglang.org/download/0.13.0/zig-linux-x86_64-0.13.0.tar.xz), extract the archive and add export PATH=$PATH:~/path/to/zig to your shell startup script (.profile, .zshrc, …).

1. Install a C compiler, for apps with C-based platforms:
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The overwhelming majority of Roc users does not need this.

smores56
smores56 previously approved these changes Dec 17, 2024
@Anton-4 Anton-4 enabled auto-merge December 17, 2024 18:42
@Anton-4 Anton-4 merged commit c89dccb into main Dec 17, 2024
19 checks passed
@Anton-4 Anton-4 deleted the examples-and-testing branch December 17, 2024 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants