File tree Expand file tree Collapse file tree 10 files changed +65
-6
lines changed
docker/x86_64-unknown-linux-musl Expand file tree Collapse file tree 10 files changed +65
-6
lines changed Original file line number Diff line number Diff line change 1+ [target .x86_64-unknown-linux-musl ]
2+ image = " omarabid/pyroscope-cli:x86_64-unknown-linux-musl"
3+
4+ [target .arm-unknown-linux-gnueabihf ]
5+ image = " omarabid/pyroscope-cli:arm-unknown-linux-gnueabihf"
Original file line number Diff line number Diff line change 1+ FROM rustembedded/cross:x86_64-unknown-linux-musl
2+
3+ COPY stage/ubuntu-install-packages /
4+ RUN /ubuntu-install-packages
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+
3+ mkdir -p stage
4+ cp ../../ubuntu-install-packages ./stage/
5+ docker build -t omarabid/pyroscope-cli:x86_64-unknown-linux-musl .
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+
3+ if ! command -V sudo; then
4+ apt-get update
5+ apt-get install -y --no-install-recommends sudo
6+ fi
7+ sudo apt-get update
8+ sudo apt-get install -y --no-install-recommends \
9+ libunwind8-dev
Original file line number Diff line number Diff line change 1+ #! /bin/sh
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+
3+ if ! command -V sudo; then
4+ apt-get update
5+ apt-get install -y --no-install-recommends sudo
6+ fi
7+ sudo apt-get update
8+ sudo apt-get install -y --no-install-recommends \
9+ libunwind8-dev
Original file line number Diff line number Diff line change 1- # pprof-rs
1+ # pyroscope_pprofrs
22
3- Backend implementation for [ pprof-rs] ( https://github.com/tikv/pprof-rs ) .
3+ Backend implementation for [ pprof-rs] ( https://github.com/tikv/pprof-rs ) . For more information,
4+ check [ Pyroscope] ( https://github.com/pyroscope-io/pyroscope-rs ) main library.
5+
6+ ### License
7+
8+ Pyroscope is distributed under the Apache License (Version 2.0).
9+
10+ See [ LICENSE] ( LICENSE ) for details.
Original file line number Diff line number Diff line change 1- #pyspy
1+ # pyroscope_pyspy
22
3- Backend implementation for [ pyspy] ( https://github.com/benfred/py-spy )
3+ Backend implementation for [ pyspy] ( https://github.com/benfred/py-spy ) . For more information,
4+ check [ Pyroscope] ( https://github.com/pyroscope-io/pyroscope-rs ) main library.
5+
6+ ### License
7+
8+ Pyroscope is distributed under the Apache License (Version 2.0).
9+
10+ See [ LICENSE] ( LICENSE ) for details.
Original file line number Diff line number Diff line change 1- #rbspy
1+ # pyroscope_rbspy
22
3- Backend implementation for [ rbspy] ( https://github.com/rbspy/rbspy )
3+ Backend implementation for [ rbspy] ( https://rbspy.github.io/ ) . For more information,
4+ check [ Pyroscope] ( https://github.com/pyroscope-io/pyroscope-rs ) main library.
5+
6+ ### License
7+
8+ Pyroscope is distributed under the Apache License (Version 2.0).
9+
10+ See [ LICENSE] ( LICENSE ) for details.
Original file line number Diff line number Diff line change 1+ [target .x86_64-unknown-linux-musl ]
2+ image = " omarabid/pyroscope-cli:x86_64-unknown-linux-musl"
3+
4+ [target .arm-unknown-linux-gnueabihf ]
5+ image = " omarabid/pyroscope-cli:arm-unknown-linux-gnueabihf"
You can’t perform that action at this time.
0 commit comments