]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Add some XS modules that we can use later to make things faster
authorDylan William Hardison <dylan@hardison.net>
Fri, 29 Dec 2017 15:15:02 +0000 (10:15 -0500)
committerGitHub <noreply@github.com>
Fri, 29 Dec 2017 15:15:02 +0000 (10:15 -0500)
.circleci/config.yml
Dockerfile
Makefile.PL

index 9ff648b589008b8e7d2932e666c48ed95d1727c3..75dfa34350dbbcd1d15b255f8a3485e0dd194019 100644 (file)
@@ -16,7 +16,7 @@ main_filters: &main_filters
 
 defaults:
   bmo_slim_image: &bmo_slim_image
-    image: mozillabteam/bmo-slim:20171222.1
+    image: mozillabteam/bmo-slim:20171228.1
     user: app
 
   mysql_image: &mysql_image
index f4273eac6d2b1c1cdd991589cdb9455e08b09428..1ad8d19be96ec3812a3633a9a20f0bec02d1a2a2 100644 (file)
@@ -1,4 +1,4 @@
-FROM mozillabteam/bmo-slim:20171222.1
+FROM mozillabteam/bmo-slim:20171228.1
 
 ARG CI
 ARG CIRCLE_SHA1
index c8eb6dec5eba92d3d0c9df1d6c361c5178ef885b..bfeaafa4360868d8d60d308b050084803c441bfa 100755 (executable)
@@ -67,6 +67,10 @@ my %requires = (
     'version'                  => '0.87',
     'Taint::Util'              => 0,
     'Devel::NYTProf'           => 0,
+    'Class::XSAccessor'        => '1.18',
+    'HTML::Escape'             => '1.10',
+    'URI::Escape::XS'          => '0.14',
+    'Sereal'                   => '4.004',
 );
 my %build_requires = (
     'ExtUtils::MakeMaker' => '7.22',