Skip to content

Commit

Permalink
Change CDT Version to 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aamirpashaa committed May 28, 2024
1 parent d4d1823 commit 6a51366
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ubuntu-2004.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@ on:
pull_request:
types: [assigned, opened, synchronize, reopened, labeled]
env:
BUILDER_IMAGE: "guilledk/py-eosio:cdt-3.0.1"
BUILDER_IMAGE: "guilledk/py-leap:cdt-4.0.1"
jobs:
ubuntu-2004-build:
name: Ubuntu 20.04 | Build
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Set up C/C++ tools
uses: actions/setup-cpp@v2
with:
boost-version: 1.74
- name: Checkout
uses: actions/checkout@v2
- name: Build
Expand Down Expand Up @@ -57,7 +61,7 @@ jobs:
path: built-contracts
ubuntu-2004-parallel-test:
name: Ubuntu 20.04 | Parallel Test
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
needs: ubuntu-2004-build
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
cmake_minimum_required(VERSION 3.5)

set(EOSIO_VERSION_MIN "3.1")
set(EOSIO_VERSION_SOFT_MAX "3.1")
set(EOSIO_VERSION_SOFT_MAX "5.0")
# set(EOSIO_VERSION_HARD_MAX "")

find_package(leap)
find_package(leap REQUIRED)

# Check the version of Leap
set(VERSION_MATCH_ERROR_MSG "")
Expand Down

0 comments on commit 6a51366

Please sign in to comment.