Skip to content

Commit

Permalink
Update github workflow and test to 7.1.57
Browse files Browse the repository at this point in the history
  • Loading branch information
jzhou77 committed Dec 20, 2024
1 parent b4e739b commit dc64b0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/joshua.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- name: Install fdb and dependencies
run: |
sudo mkdir -p /var/lib/foundationdb/data
wget https://github.com/apple/foundationdb/releases/download/6.3.18/foundationdb-clients_6.3.18-1_amd64.deb
wget https://github.com/apple/foundationdb/releases/download/6.3.18/foundationdb-server_6.3.18-1_amd64.deb
echo "d18ad92f081827e723fe1e554948a587a0b6069f95f050564821b3ecdb8b4daf foundationdb-clients_6.3.18-1_amd64.deb" >> checks.txt
echo "d5e452b71f85d6e5d16a2d707b8699a4ae1addeaaa456f002007b81d30bb39bf foundationdb-server_6.3.18-1_amd64.deb" >> checks.txt
wget https://github.com/apple/foundationdb/releases/download/7.1.57/foundationdb-clients_7.1.57-1_amd64.deb
wget https://github.com/apple/foundationdb/releases/download/7.1.57/foundationdb-server_7.1.57-1_amd64.deb
echo "c5bd7c7a6ee4a3bacb9127ba53aa0d16700c987e2dbc7931c0441b8c5f1a01b6 foundationdb-clients_7.1.57-1_amd64.deb" >> checks.txt
echo "a4ffc466f266d4b53c972b73914bf2d13cc07cbdb817c6d3d9c529cc134990ba foundationdb-server_7.1.57-1_amd64.deb" >> checks.txt
sha256sum -c checks.txt && sudo dpkg -i *.deb
sudo pip3 install -r test-requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
attrs==22.1.0
foundationdb==6.3.18
foundationdb==7.1.57
importlib-metadata==5.0.0
iniconfig==1.1.1
lxml==4.9.1
Expand Down

0 comments on commit dc64b0f

Please sign in to comment.