detect_flake
Advanced tools
Comparing version 0.5.5 to 0.5.6
@@ -14,3 +14,3 @@ const { Binary } = require("binary-install"); | ||
const name = "detect_flake"; | ||
const artifact_download_url = "https://github.com/aqrln/detect_flake/releases/download/v0.5.5"; | ||
const artifact_download_url = "https://github.com/aqrln/detect_flake/releases/download/v0.5.6"; | ||
@@ -26,2 +26,12 @@ const builder_glibc_major_version = 2; | ||
}, | ||
"aarch64-unknown-linux-gnu": { | ||
"artifact_name": "detect_flake-aarch64-unknown-linux-gnu.tar.gz", | ||
"bins": ["detect_flake"], | ||
"zip_ext": ".tar.gz" | ||
}, | ||
"aarch64-unknown-linux-musl": { | ||
"artifact_name": "detect_flake-aarch64-unknown-linux-musl.tar.gz", | ||
"bins": ["detect_flake"], | ||
"zip_ext": ".tar.gz" | ||
}, | ||
"x86_64-apple-darwin": { | ||
@@ -28,0 +38,0 @@ "artifact_name": "detect_flake-x86_64-apple-darwin.tar.gz", |
{ | ||
"name": "detect_flake", | ||
"version": "0.5.5", | ||
"version": "0.5.6", | ||
"lockfileVersion": 3, | ||
@@ -9,3 +9,3 @@ "requires": true, | ||
"name": "detect_flake", | ||
"version": "0.5.5", | ||
"version": "0.5.6", | ||
"license": "MIT OR Apache-2.0", | ||
@@ -12,0 +12,0 @@ "hasInstallScript": true, |
{ | ||
"name": "detect_flake", | ||
"version": "0.5.5", | ||
"version": "0.5.6", | ||
"description": "Run many instances of the same command in parallel to find abnormal behavior or check if a test is flaky", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/aqrln/detect_flake", |
@@ -7,2 +7,8 @@ # detect_flake | ||
See the [GitHub Releases](https://github.com/aqrln/detect_flake/releases) for installation scripts and pre-built binaries. | ||
You can also use one of the following package managers. | ||
### Install using cargo | ||
```sh | ||
@@ -12,2 +18,24 @@ cargo install detect_flake | ||
### Install using npm | ||
```sh | ||
npm install detect_flake | ||
``` | ||
### Install using Homebrew | ||
```sh | ||
brew install aqrln/homebrew-tap/detect_flake | ||
``` | ||
(macOS only, Homebrew on Linux is not supported) | ||
### Install using Nix | ||
```sh | ||
nix profile install github:aqrln/detect_flake | ||
``` | ||
(or run it right away without installing with `nix run github:aqrln/detect_flake -- <ARGUMENTS>`) | ||
## Usage | ||
@@ -14,0 +42,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30511
499
58