rust-fuzz / libfuzzer

Rust bindings and utilities for LLVM’s libFuzzer
Apache License 2.0
212 stars 44 forks source link

Rename crate to libfuzzer-sys. #15

Closed frewsxcv closed 7 years ago

frewsxcv commented 7 years ago

https://github.com/rust-fuzz/libfuzzer-sys/issues/11

Manishearth commented 7 years ago

r=me. Please make and publish any cargo-fuzz changes this entails.

frewsxcv commented 7 years ago

bors r=manishearth

frewsxcv commented 7 years ago

bors r+

frewsxcv commented 7 years ago

bors r-

ghost commented 7 years ago

Canceled

frewsxcv commented 7 years ago

bors r=manishearth

frewsxcv commented 7 years ago

bors r+ r=manishearth

ghost commented 7 years ago

Configuration problem

bors.toml: not found

ghost commented 7 years ago

Travis CI is building the staging.tmp branch. This is not necessary. It wastes time, and makes your build and everyone else's slow.

To do this, you can add this to your .travis.yml file, if you only care about staging, trying, and the pull request statuses:

branches:
  only:
    - master
    - staging
    - trying

Alternatively, you can add this to only turn off staging.tmp:

branches:
  except:
    - staging.tmp
ghost commented 7 years ago

Travis CI is building the staging.tmp branch. This is not necessary. It wastes time, and makes your build and everyone else's slow.

To do this, you can add this to your .travis.yml file, if you only care about staging, trying, and the pull request statuses:

branches:
  only:
    - master
    - staging
    - trying

Alternatively, you can add this to only turn off staging.tmp:

branches:
  except:
    - staging.tmp
ghost commented 7 years ago

Travis CI is building the staging.tmp branch. This is not necessary. It wastes time, and makes your build and everyone else's slow.

To do this, you can add this to your .travis.yml file, if you only care about staging, trying, and the pull request statuses:

branches:
  only:
    - master
    - staging
    - trying

Alternatively, you can add this to only turn off staging.tmp:

branches:
  except:
    - staging.tmp
frewsxcv commented 7 years ago

Uninstalled the bors-ng integration for now.