Page MenuHomeDevCentral

Provision Rust development environment
ClosedPublic

Authored by dereckson on Aug 26 2021, 00:13.
Tags
None
Referenced Files
F2967083: D2393.id6063.diff
Sun, May 19, 20:59
Unknown Object (File)
Sat, May 18, 22:38
Unknown Object (File)
Sat, May 18, 10:18
Unknown Object (File)
Sat, May 18, 05:26
Unknown Object (File)
Fri, May 17, 15:18
Unknown Object (File)
Fri, May 17, 06:16
Unknown Object (File)
Thu, May 16, 07:40
Unknown Object (File)
Tue, May 14, 15:25
Subscribers
None

Details

Summary

Install rustup, Rust stable and nightly toolchains
at user level.

Test Plan

Run on WindRiver

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Errors
SeverityLocationCodeMessage
Error_tests/modules/test_rust.py:5E501flake8 E501
Warning_modules/rust.py:CHMOD1Invalid Executable
Warning_tests/modules/test_rust.py:CHMOD1Invalid Executable
Warningroles/dbserver-pgsql/init.sls:CHMOD1Invalid Executable
Warningroles/dbserver-pgsql/server/init.sls:CHMOD1Invalid Executable
Warningroles/dbserver-pgsql/server/software.sls:CHMOD1Invalid Executable
Advice_modules/rust.py:33F821flake8 F821
Unit
No Test Coverage
Branch
diesel-pgsql-dev
Build Status
Buildable 3733
Build 3983: arc lint + arc unit

Event Timeline

dereckson created this revision.

Should be split in 3 parts:

  • Install Rust through rustup (we still need to install rustup, once done, it works fine)
  • The dbserver-pgsql role, with database init and user to create
  • Diesel

This diff will be for rustup.

Split with D2409 for PostgreSQL part.

Split with D2410 for Diesel part.

Fix chmod. Install rustup itself.

Use absolute path for rustup.

This revision is now accepted and ready to land.Sep 9 2021, 20:05
This revision was landed with ongoing or failed builds.Sep 9 2021, 20:05
This revision was automatically updated to reflect the committed changes.