Skip to content

Commit bd73238

Browse files
Make CBMC use 64 core runners
1 parent b5ab4b2 commit bd73238

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ jobs:
443443
444444
proof_ci:
445445
if: ${{ github.event.pull_request }}
446-
runs-on: cbmc_ubuntu-latest_16-core
446+
runs-on: cbmc_ubuntu-latest_64-core
447447
steps:
448448
- name: Set up CBMC runner
449449
uses: FreeRTOS/CI-CD-Github-Actions/set_up_cbmc_runner@main

test/cbmc/proofs/parsing/ProcessIPPacket_IPv6/prvAllowIPPacketIPv6/Configurations.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
[
2828
"ipconfigDRIVER_INCLUDED_RX_IP_CHECKSUM=1",
2929
"ipconfigETHERNET_DRIVER_FILTERS_PACKE,TS=1",
30-
"FREERTOS_TCP_ENABLE_VERIFICATION",
30+
"FREERTOS_TCP_ENABLE_VERIFICATION=1",
3131
"ipconfigNETWORK_MTU=200",
3232
"ipconfigTCP_MSS=586",
3333
"ipconfigUSE_DHCP=0"
@@ -38,7 +38,7 @@
3838
[
3939
"ipconfigDRIVER_INCLUDED_RX_IP_CHECKSUM=0",
4040
"ipconfigETHERNET_DRIVER_FILTERS_PACKETS=0",
41-
"FREERTOS_TCP_ENABLE_VERIFICATION",
41+
"FREERTOS_TCP_ENABLE_VERIFICATION=1",
4242
"ipconfigNETWORK_MTU=200",
4343
"ipconfigTCP_MSS=586",
4444
"ipconfigUSE_DHCP=0"

0 commit comments

Comments
 (0)