HomeDevCentral

Provide Jenkins slave image for Rust

Description

Provide Jenkins slave image for Rust

Summary:
The current validation use case is to build and publish
Limiting Factor (rLF) documentation.

Fixes T1406.

Test Plan:

Test container
$ su - app
$ git clone https://devcentral.nasqueron.org/source/limiting-factor.git
$ cd limiting-factor
$ cargo build
$ cargo doc
# Fails with Diesel build, like on workstation
$ cargo doc --no-deps
# Documentation is at target/doc

Reviewers: dereckson

Reviewed By: dereckson

Maniphest Tasks: T1406

Differential Revision: http://devcentral.nasqueron.org/D1744

Details

Provenance
derecksonAuthored on Sep 12 2018, 15:52
derecksonPushed on Sep 12 2018, 18:34
Reviewer
dereckson
Differential Revision
D1744: Provide Jenkins agent image for Rust
Parents
rDJENKINSAGENTSed8000dab6e0: Upgrade to Debian Stretch and OpenJDK 8
Branches
Unknown
Tags
Unknown
Tasks
T1406: Prepare Docker agent for Rust