Skip to content

Commit 9be59fb

Browse files
committed
Use updated avp64_sw
Signed-off-by: Nils Bosbach <[email protected]>
1 parent fa5c250 commit 9be59fb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Download software
4646
working-directory: ./sw
4747
run: |
48-
wget https://github.com/aut0/avp64_sw/releases/download/v2025.04.10/buildroot_6_5_6.tar.gz
48+
wget https://github.com/aut0/avp64_sw/releases/download/v2025.08.22/buildroot_6_5_6.tar.gz
4949
tar -xvf buildroot_6_5_6.tar.gz
5050
rm buildroot_6_5_6.tar.gz
5151

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Download software
4444
working-directory: ./sw
4545
run: |
46-
wget https://github.com/aut0/avp64_sw/releases/download/v2025.04.10/buildroot_6_5_6.tar.gz
46+
wget https://github.com/aut0/avp64_sw/releases/download/v2025.08.22/buildroot_6_5_6.tar.gz
4747
tar -xvf buildroot_6_5_6.tar.gz
4848
rm buildroot_6_5_6.tar.gz
4949

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
##############################################################################
1010

1111
cmake_minimum_required(VERSION 3.12)
12-
project(avp64 VERSION 2025.04.07 LANGUAGES C CXX)
12+
project(avp64 VERSION 2025.08.22 LANGUAGES C CXX)
1313

1414
option(AVP64_BUILD_TESTS "Build unit tests" OFF)
1515
option(AVP64_BUILD_RUNNER "Build avp64 runner" ON)

utils/fetch_buildroot_linux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ DIR="$( cd -P "$( dirname "$SOURCE" )" >/dev/null 2>&1 && pwd )"
2424
ROOT_DIR=${DIR}/..
2525
SW_DIR=${ROOT_DIR}/sw
2626

27-
BUILDROOT=https://github.com/aut0/avp64_sw/releases/download/v2025.04.07/buildroot_6_5_6.tar.gz
27+
BUILDROOT=https://github.com/aut0/avp64_sw/releases/download/v2025.08.22/buildroot_6_5_6.tar.gz
2828
BUILDROOT_TAR="${BUILDROOT##*/}"
2929

3030
# fetch sw

0 commit comments

Comments
 (0)