Skip to content

Commit

Permalink
fix(spider)
Browse files Browse the repository at this point in the history
closes #8505
closes #8504
closes #8502
closes #8501
closes #8500
closes #8499
closes #8498
  • Loading branch information
jhheider committed Jan 26, 2025
1 parent 52fbb5f commit c197694
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions projects/crates.io/spider_cli/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,21 @@ distributable:
provides:
- bin/spider

dependencies:
openssl.org: ^1.1

versions:
github: spider-rs/spider

build:
dependencies:
rust-lang.org: '>=1.56'
rust-lang.org/cargo: '*'
script: cargo install --locked --path spider_cli --root {{prefix}} --features smart
script:
# needs openssl 3 on linux, but our rust locks us to 1.1.1
- run: sed -f $PROP -i Cargo.toml
working-directory: spider_cli
if: linux
prop: |
/^serde_json =/a\
openssl-sys = { version = "*", features = ["vendored"] }
- cargo install --locked --path spider_cli --root {{prefix}} --features smart

test: spider -v --url https://choosealicense.com crawl

0 comments on commit c197694

Please sign in to comment.