version: 0.2 env: variables: PATH: "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/codebuild/user/bin" # key: "value" #parameter-store: # key: "value" # key: "value" #secrets-manager: # key: secret-id:json-key:version-stage:version-id # key: secret-id:json-key:version-stage:version-id #exported-variables: # - variable # - variable #git-credential-helper: yes #batch: #fast-fail: true #build-list: #build-matrix: #build-graph: phases: install: commands: # Install rust toolchanin - curl -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal pre_build: commands: # Uncomment if you require custom build setting #- mkdir -p .cargo #- | # cat > .cargo/config.toml <