pyroscope 0.5.0-x86_64-linux → 0.5.2-x86_64-linux

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b692aa36e6a159bec5b036ac9b55ec84270191f5bfaf187aa47a1d1f3a0de653
4
- data.tar.gz: c7a365213abab197873d98a74bdf076cb93c5ef3c8471dc39e176c173f43082c
3
+ metadata.gz: 85719b3c4fa3e99dcfb16f3e54ef6dfdae0c40b3f3e2af35f854182222d76223
4
+ data.tar.gz: 68063b14fce40c266ba823ae9aa4586bde4c4a7a0c7c37109a9f7d2f97825563
5
5
  SHA512:
6
- metadata.gz: 8b078b81690d727f8f3f602324e1020ea673b0979f56bf60e62e54d4dd718beea20b08074016f8dfdd7968dfdef168d6f2a5a3b8c18d21664d80ab1c09414b36
7
- data.tar.gz: 4a94af4c840e8aed35d97caab5d3eecc1e2a596f5f787fb84373965f7c88ca5cd57c3be93bd6c0fd77473005b24e1626dd50bfdf9ceb3b42ebfcebece8aeba46
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