mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-11-20 01:50:24 -05:00
third attempt at travis config
* upgrade minimum required Rust from 1.17 to 1.20; reffers 0.4.2 apparently uses std::mem::ManuallyDrop, introduced in 1.20 * install ffmpeg from source (requiring sudo access) rather than using the ancient one from Ubuntu Trusty to meet the minimum version requirements specified in ffmpeg/build.rs.
This commit is contained in:
@@ -40,7 +40,7 @@ fi
|
||||
NODE_MIN_VERSION="8"
|
||||
YARN_MIN_VERSION="1.0"
|
||||
CARGO_MIN_VERSION="0.2"
|
||||
RUSTC_MIN_VERSION="1.17"
|
||||
RUSTC_MIN_VERSION="1.20"
|
||||
FFMPEG_MIN_VERSION="55.1.101"
|
||||
FFMPEG_RELEASE_VERSION="3.4"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user