Skip to content

Commit

Permalink
Re-add gluon* to the crater list
Browse files Browse the repository at this point in the history
I think gluon was blacklisted due the problem in rust-lang#157
but that has since been fixed in the crate itself so gluon now compiles
(verified by running crater locally).

Found because I started getting the warning from rust-lang/rust#57501 in gluon_vm.
  • Loading branch information
Marwes committed Jan 28, 2019
1 parent ac4726b commit e21a3b4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1780,15 +1780,6 @@ glsl-to-spirv-macros-impl = { skip = true } #automatic
gltf = { skip-tests = true } #automatic
gltf-importer = { skip-tests = true } #automatic
glu32-sys = { skip = true } #automatic
gluon = { skip = true } #automatic
gluon_check = { skip = true } #automatic
gluon_completion = { skip-tests = true } #automatic
gluon_doc = { skip = true } #automatic
gluon_format = { skip-tests = true } #automatic
gluon_language-server = { skip = true } #automatic
gluon_parser = { skip = true } #automatic
gluon_repl = { skip = true } #automatic
gluon_vm = { skip = true } #automatic
glutin_cocoa = { skip = true } #automatic
glyph_brush = { skip = true } #automatic
glyph_brush_layout = { skip = true } #automatic
Expand Down

0 comments on commit e21a3b4

Please sign in to comment.