Skip to content

Commit

Permalink
Set the SpiderMonkey version for the first phase of PR builds
Browse files Browse the repository at this point in the history
  • Loading branch information
pgj authored and nickva committed Jan 27, 2023
1 parent 74606ff commit f3baedc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-aux/Jenkinsfile.pr
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ pipeline {
steps {
sh '''
rm -rf apache-couchdb-*
./configure --skip-deps
./configure --skip-deps --spidermonkey-version 78
make erlfmt-check
make elixir-source-checks
make python-black
Expand Down

0 comments on commit f3baedc

Please sign in to comment.