Skip to content

fix: do not create http clients every 10s #47

fix: do not create http clients every 10s

fix: do not create http clients every 10s #47

Workflow file for this run

name: pyroscope-cli
on:
pull_request:
branches: [main]
permissions:
contents: read
jobs:
linux-build:
name: Linux build
runs-on: ubuntu-x64-large
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- uses: dtolnay/rust-toolchain@888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1
with:
toolchain: stable
- run: cargo build -p pyroscope-cli
linux-build-docker:
name: Linux build docker
runs-on: ubuntu-x64-large
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- uses: dtolnay/rust-toolchain@888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1
with:
toolchain: stable
- run: make cli/docker-image