Skip to content

Commit fcc7c02

Browse files
committed
Pin solr to 9.6.1
Just to get the build back to green. The solrconfigs don't work with solr 9.8
1 parent 2bda413 commit fcc7c02

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.solr_wrapper.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
collection:
44
dir: solr/conf/
55
name: blacklight-core
6+
port: 8983
7+
version: 9.6.1

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ task :default => [:ci]
88

99
task :ci => ['engine_cart:generate'] do
1010
require 'solr_wrapper'
11-
SolrWrapper.wrap(port: '8983') do |solr|
11+
SolrWrapper.wrap do |solr|
1212
solr.with_collection(name: 'blacklight-core', dir: File.join(File.expand_path(File.dirname(__FILE__)), "solr", "conf")) do
1313
Rake::Task["blacklight_marc:fixtures"].invoke
1414
Rake::Task['spec'].invoke

0 commit comments

Comments
 (0)