Remove docs runner-installation-docker
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

Using Scala 3 with Spark

Xebia

cross(CrossVersion.for3Use2_13) ) // include the 'provided' Spark dependency on the classpath for <code>sbt run Compile / run := Defaults.runTask(Compile / fullClasspath, Compile / run / mainClass, Compile / run / runner).evaluated This behavior is documented in the Scala 3 docs, but I found it a little surprising.

Exercises 130
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

Quarkus GraalVM. Supersonic Subatomic Java, Kotlin & Scala

Apiumhub

Be sure you use jdk11: # With sdk-man (use or install): sdk use java 11.0.10.hs-adpt Build native image with GraalVM docker image. We can use maven-quarkus-plugin to use a dockerized GraalVM to create a native image of our application. with docker version (20.10.5) SNAPSHOT-runner. mvnw compile quarkus:dev.

article thumbnail

Automating Flask deployments with PythonAnywhere

CircleCI

The PythonAnywhere platform: Comes with pre-installed Python libraries. This lets you set a virtual environment and install additional libraries that are project specific. Installing dependencies. Install pipenv package manager using: pip install pipenv. Install all dependencies with: pipenv install.

article thumbnail

Run self-hosted CI jobs in Kubernetes with container runner

CircleCI

Container runner, a new container-friendly self-hosted runner, is now available for all CircleCI users. Self-hosted runners are a popular solution for customers with unique compute or security requirements. Container runner eliminates enables users to use the Docker syntax in their config.yml file.

article thumbnail

Build private CircleCI orbs on any organization

CircleCI

CircleCI CLI installed and configured locally on your machine. The whole orb creation process is documented in the CircleCI docs. This is the same for any runner agents you have registered already. As with the setup section, the CircleCI docs cover both scenarios. Prerequisites. Understanding of how pipelines work.