File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
test/cbmc/proofs/parsing/ProcessIPPacket_IPv6/prvAllowIPPacketIPv6 Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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"
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"
You can’t perform that action at this time.
0 commit comments