File tree Expand file tree Collapse file tree
documentation/sphinx/source Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 prepare : " debian-based"
5151 build_on : linux
5252 parallel : 5
53- image : foundationdb-build:7.3.0-1 .ow.build
54- owner : owtech
53+ image : foundationdb-build:7.3.0-2 .ow.build
54+ owner : ${GITHUB_REPOSITORY_OWNER@L}
5555
5656 runs-on : ${{ matrix.run_on }}
5757 steps :
@@ -181,6 +181,11 @@ jobs:
181181 JOSHUA_AGENT_TAG : " rhel8-20220816"
182182
183183 steps :
184+ - name : Checkout
185+ uses : actions/checkout@v4
186+ with :
187+ path : ${{github.workspace}}/src
188+
184189 - name : Install dependencies
185190 shell : bash
186191 run : |
@@ -228,12 +233,7 @@ jobs:
228233 podman pull ${{ env.JOSHUA_AGENT_URL }}/joshua-agent:${{ env.JOSHUA_AGENT_TAG }}
229234 podman create --name joshua-agent -v /etc/foundationdb:/etc/foundationdb -it joshua-agent:${{ env.JOSHUA_AGENT_TAG }}
230235 podman start joshua-agent
231-
232- - name : Checkout
233- uses : actions/checkout@v4
234- with :
235- path : ${{github.workspace}}/src
236-
236+
237237 - name : run tests
238238 shell : bash
239239 working-directory : ${{github.workspace}}/fdb-joshua
Original file line number Diff line number Diff line change @@ -49,10 +49,6 @@ APP_PRMS="\
4949# set oldest java
5050JAVA_OLDEST_PATH=$( get_oldest_java_path)
5151
52- if [[ $( grep ' ^ID=debian$' /etc/os-release) ]]; then
53- sudo apt install -y libz-dev
54- fi
55-
5652echo " env JAVA_HOME=$JAVA_OLDEST_PATH CC=clang CXX=clang++ cmake -G Ninja $APP_PRMS $SRC_DIR "
5753env JAVA_HOME=$JAVA_OLDEST_PATH CC=clang CXX=clang++ cmake -G Ninja $APP_PRMS $SRC_DIR
5854
Original file line number Diff line number Diff line change 3939.. |package-deb-server | replace ::
4040 foundationdb-server\_\ |release|\ -1\_amd64.deb
4141
42- .. |package-rpm6-clients | replace ::
43- foundationdb-clients-|release|\ -1.el6.x86_64.rpm
44-
45- .. |package-rpm6-server | replace ::
46- foundationdb-server-|release|\ -1.el6.x86_64.rpm
47-
4842.. |package-rpm-clients | replace ::
49- foundationdb-clients-|release|\ -1.el7 .x86_64.rpm
43+ foundationdb-clients-|release|\ -1.el8 .x86_64.rpm
5044
5145.. |package-rpm-server | replace ::
52- foundationdb-server-|release|\ -1.el7 .x86_64.rpm
46+ foundationdb-server-|release|\ -1.el8 .x86_64.rpm
5347
5448.. |package-mac | replace ::
5549 FoundationDB-|release|.pkg
You can’t perform that action at this time.
0 commit comments