Skip to content

Latest commit

 

History

History
85 lines (62 loc) · 2.68 KB

install-machine-runner-3-on-linux.adoc

File metadata and controls

85 lines (62 loc) · 2.68 KB
contentTags
platform
Cloud
Server v4.4+

Install machine runner 3 on Linux

This page describes how to install CircleCI’s machine runner 3 on Linux.

Prerequisites

To install machine runners and run jobs, you will need to have root access, and have the following utilities and tools installed on your system:

  • Coreutils

  • curl

  • sha256sum (if not pre-installed):

    • sudo apt install coreutils for Ubuntu/Debain

    • sudo yum install coreutils for Red Hat

  • tar

  • Gzip

  • sepolicy (RHEL 8 only)

  • rpmbuild (RHEL 8 only)

  • GPG 2.1+

  • The CircleCI CLI if you wish to install runners from the command line

Self-hosted runner terms agreement

Troubleshooting

Refer to the Troubleshoot Machine Runner section of the Troubleshoot Self-hosted Runner guide if you encounter issues installing or running machine runner on Linux.