Skip to content

Commit f4bbef9

Browse files
author
Paolo Tranquilli
committed
Rust: switch to DCA strategy for MaD bulk generation
1 parent 530b990 commit f4bbef9

File tree

1 file changed

+15
-42
lines changed

1 file changed

+15
-42
lines changed

rust/bulk_generation_targets.yml

Lines changed: 15 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,18 @@
1-
strategy: repo
1+
strategy: dca
22
language: rust
33
destination: rust/ql/lib/ext/generated
4-
extractor_options:
5-
- cargo_features='*'
64
targets:
7-
- git_repo: https://github.com/rust-lang/libc
8-
git_tag: 0.2.172
9-
name: libc
10-
- git_repo: https://github.com/rust-lang/log
11-
git_tag: 0.4.27
12-
name: log
13-
- git_repo: https://github.com/BurntSushi/memchr
14-
git_tag: 2.7.4
15-
name: memchr
16-
- git_repo: https://github.com/matklad/once_cell
17-
git_tag: v1.21.3
18-
name: once_cell
19-
- git_repo: https://github.com/rust-random/rand
20-
git_tag: 0.9.1
21-
name: rand
22-
- git_repo: https://github.com/servo/rust-smallvec
23-
git_tag: v1.15.0
24-
name: smallvec
25-
- git_repo: https://github.com/serde-rs/serde
26-
git_tag: v1.0.219
27-
name: serde
28-
- git_repo: https://github.com/tokio-rs/tokio
29-
git_tag: tokio-1.45.0
30-
name: tokio
31-
- git_repo: https://github.com/seanmonstar/reqwest
32-
git_tag: v0.12.15
33-
name: reqwest
34-
- git_repo: https://github.com/SergioBenitez/Rocket
35-
git_tag: v0.5.1
36-
name: rocket
37-
- git_repo: https://github.com/actix/actix-web
38-
git_tag: web-v4.11.0
39-
name: actix-web
40-
- git_repo: https://github.com/hyperium/hyper
41-
git_tag: v1.6.0
42-
name: hyper
43-
- git_repo: https://github.com/clap-rs/clap
44-
git_tag: v4.5.38
45-
name: clap
5+
- name: rust
6+
- name: libc
7+
- name: log
8+
- name: memchr
9+
- name: once_cell
10+
- name: rand
11+
- name: smallvec
12+
- name: serde
13+
- name: tokio
14+
- name: reqwest
15+
- name: rocket
16+
- name: actix-web
17+
- name: hyper
18+
- name: clap

0 commit comments

Comments
 (0)