Skip to content

Commit

Permalink
support pre-generate bindings for aarch64 (#435)
Browse files Browse the repository at this point in the history
* add pre generated binding for aarch64

Signed-off-by: glorv <glorvs@163.com>
  • Loading branch information
glorv authored Mar 6, 2020
1 parent b67becf commit 74299c3
Show file tree
Hide file tree
Showing 7 changed files with 4,466 additions and 9 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ matrix:
- os: osx
osx_image: xcode11.3
rust: stable
- os: linux
arch: arm64
rust: stable

env:
global:
Expand All @@ -23,12 +26,13 @@ env:
cache: false

before_script:
- rustup default nightly-2019-09-05
- rustup default nightly-2019-12-20
- rustup component add rustfmt-preview
- rustup component add clippy

script:
- make clippy
# copile rocksdb may cost more than 10 minutes, see https://docs.travis-ci.com/user/common-build-problems/#build-times-out-because-no-output-was-received
- travis_wait make clippy
- cargo fmt --all -- --check
- cargo build
- cargo test --all
Loading

0 comments on commit 74299c3

Please sign in to comment.