Skip to content

Commit 4f23122

Browse files
authored
fix(pprof): use nanos (#155)
* fix(pprof): use nanos * fix python test, do not use og cloud * fix python test, do not use og cloud * fix python test, do not use og cloud * fix python test, do not use og cloud
1 parent a70f325 commit 4f23122

File tree

13 files changed

+3226
-2644
lines changed

13 files changed

+3226
-2644
lines changed

.github/workflows/ci-ffi-python.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
- uses: actions/checkout@v3
6363
with:
6464
submodules: recursive
65+
- run: docker run -d -p4040:4040 grafana/pyroscope
6566
- run: python pyroscope_ffi/python/scripts/tests/test.py
6667

6768
linux-arm-build:

.github/workflows/ci-ffi-ruby.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,6 @@ jobs:
3232
run: bundle
3333
working-directory: pyroscope_ffi/ruby
3434

35-
- name: Update lock files
36-
run: cargo update
37-
working-directory: pyroscope_ffi/ruby/ext/rbspy
38-
39-
- name: Update lock files
40-
run: cargo update
41-
working-directory: pyroscope_ffi/ruby/ext/thread_id
42-
4335
- name: Build native extensions
4436
run: rake thread_id_install
4537
working-directory: pyroscope_ffi/ruby

.github/workflows/release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -459,14 +459,6 @@ jobs:
459459
run: bundle
460460
working-directory: pyroscope_ffi/ruby
461461

462-
- name: Update lock files
463-
run: cargo update
464-
working-directory: pyroscope_ffi/ruby/ext/rbspy
465-
466-
- name: Update lock files
467-
run: cargo update
468-
working-directory: pyroscope_ffi/ruby/ext/thread_id
469-
470462
- name: Build native extensions
471463
run: rake rbspy_install
472464
working-directory: pyroscope_ffi/ruby

0 commit comments

Comments
 (0)