Skip to content

Commit

Permalink
Add missing header in SyncListenerTest
Browse files Browse the repository at this point in the history
and bump compiler version to gcc 11 (required for using cbdeps ICU)
  • Loading branch information
borrrden committed Jan 9, 2025
1 parent ba91d57 commit 972bde5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ pipeline {
agent { label 's61113u16 (litecore)' }
environment {
BRANCH = "${BRANCH_NAME}"
CC = "gcc-10"
CXX = "g++-10"
CC = "gcc-11"
CXX = "g++-11"
}
steps {
sh 'jenkins/jenkins_unix.sh'
Expand Down
1 change: 1 addition & 0 deletions REST/tests/SyncListenerTest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include "Server.hh"
#include "NetworkInterfaces.hh"
#include "c4Replicator.h"
#include "TCPSocket.hh"
#include <algorithm>

using namespace litecore::REST;
Expand Down

0 comments on commit 972bde5

Please sign in to comment.