pyroscope 0.5.1-x86_64-linux → 0.5.2-x86_64-linux

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 770b8400d47b3331a471387bf2c077b4b9a9ed1d4db3e281c0d3401664c9b7c1
4
- data.tar.gz: 6050743311d3157d2d46b572d0d00e6d3bee21a2e820dad2a005c1ea04eceaf6
3
+ metadata.gz: 85719b3c4fa3e99dcfb16f3e54ef6dfdae0c40b3f3e2af35f854182222d76223
4
+ data.tar.gz: 68063b14fce40c266ba823ae9aa4586bde4c4a7a0c7c37109a9f7d2f97825563
5
5
  SHA512:
6
- metadata.gz: 532e11c66b558576bb1c3b0403b26acb5ace0561b94d318e055e715a11d540a7abced34d46849d0d6fc9db0c3ab265f8940b0121306bd6659d9386aa0926cf78
7
- data.tar.gz: 99ac8f8b93e61f50cd86cc474c32f261ff266549de792046beeecbf4d4bfb7d7558af642ec1312a499dd9b38a22ef04d86e35d14c5dbabadb4f199ce9effa423
6
+ metadata.gz: d684198201dbd32582a5f3b9802a1d8bf8bf7eada947f36658c07b254a452a3bbaa72980768c75f24d7f7c9179dbf642c370e32c40a14fbd1cf2292ddae07ee2
7
+ data.tar.gz: e176636209094fcdaebdc2970b353284558d46d4f48d6c93607b3507afa990a5f97758768bd49e369ce2041e730441b47d2c7c5c44b72c68979404d12639ddcc
@@ -1,14 +1,10 @@
1
1
  #!/bin/sh
2
- set -e
2
+ set -ex
3
3
 
4
- # Install tooling
5
- yum -y -q install wget gcc libffi-devel openssl-devel
6
-
7
- # Install Rust
8
- curl https://sh.rustup.rs -sSf | sh -s -- -y
9
- export PATH=~/.cargo/bin:$PATH
4
+ cargo --version
10
5
 
11
6
  # Build wheels
7
+ # todo this one is deprecated, use "build" package
12
8
  /opt/python/cp37-cp37m/bin/python setup.py bdist_wheel
13
9
 
14
10
  # Audit wheels
@@ -1,14 +1,10 @@
1
1
  #!/bin/sh
2
- set -e
2
+ set -ex
3
3
 
4
- # Install tooling
5
- yum -y -q install wget gcc libffi-devel openssl-devel
6
-
7
- # Install Rust
8
- curl https://sh.rustup.rs -sSf | sh -s -- -y
9
- export PATH=~/.cargo/bin:$PATH
4
+ cargo --version
10
5
 
11
6
  # Build wheels
7
+ # todo this one is deprecated, use "build" package
12
8
  /opt/python/cp37-cp37m/bin/python setup.py bdist_wheel
13
9
 
14
10
  # Audit wheels