pyroscope 0.5.0 → 0.5.2

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: c54d01d273a289584bf1ecd0f69c7349e775f3e8a8b0a07a71a78095b4bbc78c
4
- data.tar.gz: ef6dfa8b2da02bcfdd17d8a6d49cd86cfe7666615bcbb690bd04459c0300599d
3
+ metadata.gz: 2df2aadb375817510148da8e0beb6c84f7e8dcf559880cead304769cd9064288
4
+ data.tar.gz: 1e5bebc0f191213f0094fde5d6d0e8d77a9bb4154af6a3bd6b3e1c0668eb93b5
5
5
  SHA512:
6
- metadata.gz: c45a42bff9b659125547281a11a9623ef12469a91b61444a178d7895482a3889a6ed687f650cde9bb7bdfdaee163f5c1fa8a905e254116ad50ec6ece06f983d8
7
- data.tar.gz: '0108e948e4d9bf98a729b5628fe6d243d849e7d7721463b8f5623629330d8ebbbaa1cc95dbddd5966ab0849409ca9858240414169d69182a7dbc92e583ebb6dd'
6
+ metadata.gz: 936d218a6d14fad7f10a9363dffe23f4c4c79b80024f37175c2ec2320d7a4ef3c5c28efcf6cfcd124059edc269f40cd8b4340d698b4b5da8f129d6c1c9d77159
7
+ data.tar.gz: 2629463e69eee473fb92e42ae836127fe2410d7c8789c32364b993497b1d9a19d02c6bc79b89f4359261bd000849639108064bb007ce433bc2e0b49be632e239
@@ -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