pyroscope 0.5.1-aarch64-linux → 0.5.2-aarch64-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: 27eb83d237bce880236842745e5becca860019eb31b9506a9a479ed380031e55
4
- data.tar.gz: 53030eeaaee8c3a4cecd4c1749816e550ebd5586eef413c5048dfeae355a2545
3
+ metadata.gz: 93df40363a85f6b291f814ec65213456cacb75e8b136ef19f81f9a060d43de7b
4
+ data.tar.gz: acb5c35a5d76d5a8a6cfd76d18238099a0369bad63a437e9c8cf588fa2d0d117
5
5
  SHA512:
6
- metadata.gz: fcec4724b851c26b9c8c64860831c2ec0c13f53295ce583c75a4ef30ca758ff1cf891da645aeaec3ad847e5f3f2abf019ab5ed3112b130548ede105d3901628a
7
- data.tar.gz: 4ce97aba9900832af7bae0a6d158ee76606b9c3b972f21f4512388a324ce28d92659ab72f9d4169202771b1ceda015eea7b49fea43b8b9d72faf7c08e5d781a9
6
+ metadata.gz: d0549fd519b4d9e2b85099cd9c7f98332796d1c92637f985128e69d4f023a431164576251fa96f3cf5a4956e4a75fc666b5aaa3aa15c29d2a7276e9b0ba0aa21
7
+ data.tar.gz: 3137787a116e5a07912ea56e65fa9aa7ab1853e99677806cd45ea001b21d53324378136666e6828c3ce74fdfc5a20b49c8e3ac848c74f01c2fbd325164db4b07
@@ -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