Skip to content

Commit

Permalink
Update bindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
Jethro Beekman committed Apr 6, 2021
1 parent 6bba90e commit 153d192
Show file tree
Hide file tree
Showing 8 changed files with 367 additions and 243 deletions.
16 changes: 10 additions & 6 deletions .travis.yml
Expand Up @@ -11,22 +11,26 @@ os: linux
dist: xenial
addons:
apt:
sources:
- sourceline: "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-11 main"
key_url: "https://apt.llvm.org/llvm-snapshot.gpg.key"
packages:
- llvm-3.8-dev
- libclang-3.8-dev
- clang-3.8
- llvm-3.9-dev
- libclang-3.9-dev
- clang-3.9
- clang-11
- cmake
rust:
- stable
- beta
- nightly
- nightly-2019-07-01
- nightly-2021-03-25
env:
global:
- RUST_BACKTRACE=1
# Pinned to this particular nightly version because of core_io. This can be
# re-pinned whenever core_io is updated to the latest nightly.
- CORE_IO_NIGHTLY=nightly-2019-07-01
- LLVM_CONFIG_PATH=llvm-config-3.8
- CORE_IO_NIGHTLY=nightly-2021-03-25
- LLVM_CONFIG_PATH=llvm-config-3.9
script:
- ./ct.sh

0 comments on commit 153d192

Please sign in to comment.