File: cargo

package info (click to toggle)
python-orjson 3.11.7-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,220 kB
  • sloc: ansic: 11,268; python: 6,984; sh: 106; makefile: 9
file content (8 lines) | stat: -rwxr-xr-x 258 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/usr/bin/env bash

set -eou pipefail

export UNSAFE_PYO3_BUILD_FREE_THREADED=1
export UNSAFE_PYO3_SKIP_VERSION_CHECK=1

RUSTFLAGS="-Z unstable-options -C panic=immediate-abort -Z panic_abort_tests" cargo "$@" --target="${TARGET:-x86_64-unknown-linux-gnu}"