File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ jobs:
111111 with :
112112 path : ports
113113 key : ports-ubuntu-${{matrix.ruby}}-${{hashFiles('dependencies.yml', 'patches/**/*.patch', 'ext/nokogiri/extconf.rb')}}
114+ - run : apt install autoconf
114115 - run : bundle install --local || bundle install
115116 - run : bundle exec rake compile -- --${{matrix.sys}}-system-libraries
116117 - run : bundle exec rake test
Original file line number Diff line number Diff line change @@ -35,9 +35,11 @@ namespace "gumbo" do
3535 CLOBBER . add ( gtest_pkg )
3636 CLOBBER . add ( gumbotest_configure )
3737 CLOBBER . add ( "gumbo-parser/Makefile.in" )
38- CLOBBER . add ( "gumbo-parser/configure" )
3938 CLOBBER . add ( "gumbo-parser/src/Makefile.in" )
4039 CLOBBER . add ( "gumbo-parser/test/Makefile.in" )
40+ CLOBBER . add ( "gumbo-parser/build-aux/*" )
41+ CLOBBER . add ( "gumbo-parser/autom4te.cache" )
42+ CLOBBER . add ( "gumbo-parser/aclocal.m4" )
4143end
4244
4345desc "Run the gumbo parser test suite"
You can’t perform that action at this time.
0 commit comments