File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[env ]
2
2
CSPICE_DIR = {value = " ./cspice/" , relative = true }
3
3
4
- [target .x86_64-unknown-linux-gnu ]
4
+ # [target.x86_64-unknown-linux-gnu]
5
5
# For flamegraph -- https://github.com/flamegraph-rs/flamegraph
6
- linker = " /usr/bin/clang"
7
- rustflags = [" -Clink-arg=-fuse-ld=lld" , " -Clink-arg=-Wl,--no-rosegment" ]
6
+ # linker = "/usr/bin/clang"
7
+ # rustflags = ["-Clink-arg=-fuse-ld=lld", "-Clink-arg=-Wl,--no-rosegment"]
Original file line number Diff line number Diff line change 47
47
# If we're running on rhel centos, install needed packages.
48
48
if command -v yum &> /dev/null; then
49
49
echo "CENTOS"
50
- yum update -y && yum install -y perl-core openssl openssl-devel pkgconfig libatomic lld-19
50
+ yum update -y && yum install -y perl-core openssl openssl-devel pkgconfig libatomic
51
51
52
52
# If we're running on i686 we need to symlink libatomic
53
53
# in order to build openssl with -latomic flag.
57
57
else
58
58
# If we're running on debian-based system.
59
59
echo "DEBIAN LIKE"
60
- apt update -y && apt-get install -y libssl-dev openssl pkg-config lld-19
60
+ apt update -y && apt-get install -y libssl-dev openssl pkg-config
61
61
fi
62
62
63
63
- name : Upload wheels
You can’t perform that action at this time.
0 commit comments