pyroscope 0.5.0-arm64-darwin → 0.5.2-arm64-darwin

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: 0cb66bdd14646a9d0923da8ed88568e80bdf65e3498e64f3c12cf3d61613824e
4
- data.tar.gz: cfcf34c6e584b6123efc78f93f086ae7b25f985075f51daf33c071f4f67a7ff6
3
+ metadata.gz: e353a77631640759b34c9a3e45db0dca3e3d33c408add8a9fb6c89b3bc174d83
4
+ data.tar.gz: cabe53200f703afae37e282c3864babc6841fde0cbe5f2cb2af1c5ab11e532fa
5
5
  SHA512:
6
- metadata.gz: 13ed9729d9b5824c4d7a1517b2029fdee8556f7b457b0cfe26b29d76d2c5ae97944f81b48d3d024b6ee50b21c759c3341020b399cca98078912d55b733c3368e
7
- data.tar.gz: 8c3182191217aea5c241d66c280132c6ab352176537a9eb83d4bd3dae6fda67f83fc8e2fa64ec5f3115540d6ac842132d99a21dff45fb97d27c20e8ac474207c
6
+ metadata.gz: 3a143968134c95dd148bc6b9602da44a572a0bb997bb9a85224d5f39dd2e5bdd7c2486c9bd8aa95d0cfdbb945ad737f2b181aad8cb6345aaf188071e88d22b4d
7
+ data.tar.gz: c5369905ebff2649f488ba43eb56dd3f8667430ceb99fe2d9c822b8b9c7946648a1c14d0d400a754c5f3e401b508ce86b1b510cc645a1496ca5044055e49e9d8
@@ -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