Skip to content

[Pipeline] Fix cargo install command for bindgen in .gitlab-ci.yml

Ganesh Mahesh requested to merge zylog1O1/YDBRust:ydbrustpipeline into master

Issue

  • rust-no-vendor job of pipeline fails

Analysis

Changes

  • .gitlab-ci.yml -> rust-no-vendor job command to install bindgen is updated in the following way
    -    - cargo install --debug bindgen
    +    - cargo install --debug bindgen-cli

Merge request reports