Remove docs runner-installation-linux
article thumbnail

Testing locally with CircleCI runners

CircleCI

In this article you will learn how to set up the CircleCI runner agent on your local machine to run tests. You will also learn how to configure your CircleCI pipeline so that the runner is invoked correctly. With the launch of the CircleCI Free plan , features like runners are now available to everyone. How runners work.

Testing 64
article thumbnail

Cellular Automata Using Rust: Part II

Xebia

target.x86_64-unknown-linux-gnu] linker = "clang" rustflags = ["-Clink-arg=-fuse-ld=lld"] [target.x86_64-apple-darwin] rustflags = [ "-C", "link-arg=-fuse-ld=/usr/local/opt/llvm/bin/ld64.lld" If you do want to install lld , you can follow the installation instructions provided by Bevy.

Windows 182
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Install self-hosted runners in 5 minutes or less

CircleCI

Fast and easy self-hosted runner setup and real time tracking in the CircleCI UI. In addition to making powerful features and resources available on the Free plan, we’ve extended self-hosted runners to all CircleCI plans. Today, we’re thrilled to introduce new simplified user experiences for self-hosted runners.

Linux 111
article thumbnail

Optimize Unreal Engine builds with BuildGraph and CircleCI

CircleCI

This tutorial covers: Creating a BuildGraph script to package an Unreal Engine project for Windows and Linux. Using CircleCI’s self-hosted runners to execute Unreal Engine builds in parallel on AWS. How to auto-scale self-hosted runners based on the number of unclaimed tasks. Self-hosted runners. Prerequisites.