diff --git a/lisa/_assets/binaries/arm64/README.json-c b/lisa/_assets/binaries/arm64/README.json-c index 875df0a5462c3b5c1af75b32093c7ea73445ca5c..d858a6fa720f71a76ee66c8a7458aea3ab6ac049 100644 --- a/lisa/_assets/binaries/arm64/README.json-c +++ b/lisa/_assets/binaries/arm64/README.json-c @@ -1,5 +1,5 @@ Sources of json-c available at: -Git commit: 2f2ddc1f2dbca56c874e8f9c31b5b963202d80e7 +Git commit: b4c371fa0cbc4dcbaccc359ce9e957a22988fb34 Git repository: https://github.com/json-c/json-c @@ -7,7 +7,7 @@ Build host info: NAME="Alpine Linux" ID=alpine -VERSION_ID=3.18.2 +VERSION_ID=3.18.5 PRETTY_NAME="Alpine Linux v3.18" HOME_URL="https://alpinelinux.org/" BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues" @@ -16,11 +16,13 @@ BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues" Build recipe: export ARCH=arm64 -export BUILD_DIR=/tmp/tmpgya7ib6f/arm64/source +export BUILD_DIR=/tmp/tmp6b1pixon/arm64/source export LISA_ARCH_ASSETS=/lisa/_assets/binaries/arm64 export LISA_HOME='' #! /bin/bash +# We are stuck on Alpine 3.18 until that is fixed: +# https://github.com/numactl/numactl/issues/185 ALPINE_VERSION=v3.18 ALPINE_BUILD_DEPENDENCIES=(autoconf automake bash cmake gcc git make libtool linux-headers musl-dev) @@ -56,14 +58,15 @@ build_rtapp() { download() { git clone https://github.com/json-c/json-c json-c # git -C json-c checkout ddd049045d98dd3163d01a7d79184b3c7fb95a14 - git -C json-c checkout json-c-0.16-20220414 + git -C json-c checkout json-c-0.17-20230812 + git clone https://github.com/numactl/numactl.git git -C numactl checkout v2.0.16 git clone https://github.com/douglas-raillard-arm/rt-app.git # Branch: lisa - git -C rt-app checkout 857d6a6624469ba275a37493a10ebba00a50b467 + git -C rt-app checkout eccc991f77e7e02ba42d1c89c0558f8cbdccf762 } diff --git a/lisa/_assets/binaries/arm64/README.libnumactl b/lisa/_assets/binaries/arm64/README.libnumactl index 5eb08b5cb8ce9ef26e582fc131d85d5ddeb92f1a..de90a13a313436848b05f8d95c92b0590b176b54 100644 --- a/lisa/_assets/binaries/arm64/README.libnumactl +++ b/lisa/_assets/binaries/arm64/README.libnumactl @@ -7,7 +7,7 @@ Build host info: NAME="Alpine Linux" ID=alpine -VERSION_ID=3.18.2 +VERSION_ID=3.18.5 PRETTY_NAME="Alpine Linux v3.18" HOME_URL="https://alpinelinux.org/" BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues" @@ -16,11 +16,13 @@ BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues" Build recipe: export ARCH=arm64 -export BUILD_DIR=/tmp/tmpgya7ib6f/arm64/source +export BUILD_DIR=/tmp/tmp6b1pixon/arm64/source export LISA_ARCH_ASSETS=/lisa/_assets/binaries/arm64 export LISA_HOME='' #! /bin/bash +# We are stuck on Alpine 3.18 until that is fixed: +# https://github.com/numactl/numactl/issues/185 ALPINE_VERSION=v3.18 ALPINE_BUILD_DEPENDENCIES=(autoconf automake bash cmake gcc git make libtool linux-headers musl-dev) @@ -56,14 +58,15 @@ build_rtapp() { download() { git clone https://github.com/json-c/json-c json-c # git -C json-c checkout ddd049045d98dd3163d01a7d79184b3c7fb95a14 - git -C json-c checkout json-c-0.16-20220414 + git -C json-c checkout json-c-0.17-20230812 + git clone https://github.com/numactl/numactl.git git -C numactl checkout v2.0.16 git clone https://github.com/douglas-raillard-arm/rt-app.git # Branch: lisa - git -C rt-app checkout 857d6a6624469ba275a37493a10ebba00a50b467 + git -C rt-app checkout eccc991f77e7e02ba42d1c89c0558f8cbdccf762 } diff --git a/lisa/_assets/binaries/arm64/README.rt-app b/lisa/_assets/binaries/arm64/README.rt-app index c038fe99be88e2bdc3b02de3b44615d8e67a0499..5cbda5836d9d44ec5990ff9a89ca0da3831f0d80 100644 --- a/lisa/_assets/binaries/arm64/README.rt-app +++ b/lisa/_assets/binaries/arm64/README.rt-app @@ -1,5 +1,5 @@ Sources of rt-app available at: -Git commit: 857d6a6624469ba275a37493a10ebba00a50b467 +Git commit: eccc991f77e7e02ba42d1c89c0558f8cbdccf762 Git repository: https://github.com/douglas-raillard-arm/rt-app.git @@ -7,7 +7,7 @@ Build host info: NAME="Alpine Linux" ID=alpine -VERSION_ID=3.18.2 +VERSION_ID=3.18.5 PRETTY_NAME="Alpine Linux v3.18" HOME_URL="https://alpinelinux.org/" BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues" @@ -16,11 +16,13 @@ BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues" Build recipe: export ARCH=arm64 -export BUILD_DIR=/tmp/tmpgya7ib6f/arm64/source +export BUILD_DIR=/tmp/tmp6b1pixon/arm64/source export LISA_ARCH_ASSETS=/lisa/_assets/binaries/arm64 export LISA_HOME='' #! /bin/bash +# We are stuck on Alpine 3.18 until that is fixed: +# https://github.com/numactl/numactl/issues/185 ALPINE_VERSION=v3.18 ALPINE_BUILD_DEPENDENCIES=(autoconf automake bash cmake gcc git make libtool linux-headers musl-dev) @@ -56,14 +58,15 @@ build_rtapp() { download() { git clone https://github.com/json-c/json-c json-c # git -C json-c checkout ddd049045d98dd3163d01a7d79184b3c7fb95a14 - git -C json-c checkout json-c-0.16-20220414 + git -C json-c checkout json-c-0.17-20230812 + git clone https://github.com/numactl/numactl.git git -C numactl checkout v2.0.16 git clone https://github.com/douglas-raillard-arm/rt-app.git # Branch: lisa - git -C rt-app checkout 857d6a6624469ba275a37493a10ebba00a50b467 + git -C rt-app checkout eccc991f77e7e02ba42d1c89c0558f8cbdccf762 } diff --git a/lisa/_assets/binaries/arm64/rt-app b/lisa/_assets/binaries/arm64/rt-app index 8633e265c9dee8da9eb625b44add9bc6b712b6a3..2aabb4b38e80d5c89d3a0cdd4f3de7403b61fef4 100755 Binary files a/lisa/_assets/binaries/arm64/rt-app and b/lisa/_assets/binaries/arm64/rt-app differ diff --git a/lisa/_assets/binaries/armeabi/README.json-c b/lisa/_assets/binaries/armeabi/README.json-c index c44eaa1d5cc71bc52dbadfa979be1d2a4d1f47f5..46db14ec07cf9e73730a78d40bbe1363a2ddfd65 100644 --- a/lisa/_assets/binaries/armeabi/README.json-c +++ b/lisa/_assets/binaries/armeabi/README.json-c @@ -1,5 +1,5 @@ Sources of json-c available at: -Git commit: 2f2ddc1f2dbca56c874e8f9c31b5b963202d80e7 +Git commit: b4c371fa0cbc4dcbaccc359ce9e957a22988fb34 Git repository: https://github.com/json-c/json-c @@ -7,7 +7,7 @@ Build host info: NAME="Alpine Linux" ID=alpine -VERSION_ID=3.18.2 +VERSION_ID=3.18.5 PRETTY_NAME="Alpine Linux v3.18" HOME_URL="https://alpinelinux.org/" BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues" @@ -16,11 +16,13 @@ BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues" Build recipe: export ARCH=armeabi -export BUILD_DIR=/tmp/tmp6q9pam2w/armeabi/source +export BUILD_DIR=/tmp/tmp2vo5wmlo/armeabi/source export LISA_ARCH_ASSETS=/lisa/_assets/binaries/armeabi export LISA_HOME='' #! /bin/bash +# We are stuck on Alpine 3.18 until that is fixed: +# https://github.com/numactl/numactl/issues/185 ALPINE_VERSION=v3.18 ALPINE_BUILD_DEPENDENCIES=(autoconf automake bash cmake gcc git make libtool linux-headers musl-dev) @@ -56,14 +58,15 @@ build_rtapp() { download() { git clone https://github.com/json-c/json-c json-c # git -C json-c checkout ddd049045d98dd3163d01a7d79184b3c7fb95a14 - git -C json-c checkout json-c-0.16-20220414 + git -C json-c checkout json-c-0.17-20230812 + git clone https://github.com/numactl/numactl.git git -C numactl checkout v2.0.16 git clone https://github.com/douglas-raillard-arm/rt-app.git # Branch: lisa - git -C rt-app checkout 857d6a6624469ba275a37493a10ebba00a50b467 + git -C rt-app checkout eccc991f77e7e02ba42d1c89c0558f8cbdccf762 } diff --git a/lisa/_assets/binaries/armeabi/README.libnumactl b/lisa/_assets/binaries/armeabi/README.libnumactl index 1c6b105600cf5d0907f57b115149ee6f1e0290a0..2cf391d1fa87ad14af2483512a8842b5410e3a38 100644 --- a/lisa/_assets/binaries/armeabi/README.libnumactl +++ b/lisa/_assets/binaries/armeabi/README.libnumactl @@ -7,7 +7,7 @@ Build host info: NAME="Alpine Linux" ID=alpine -VERSION_ID=3.18.2 +VERSION_ID=3.18.5 PRETTY_NAME="Alpine Linux v3.18" HOME_URL="https://alpinelinux.org/" BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues" @@ -16,11 +16,13 @@ BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues" Build recipe: export ARCH=armeabi -export BUILD_DIR=/tmp/tmp6q9pam2w/armeabi/source +export BUILD_DIR=/tmp/tmp2vo5wmlo/armeabi/source export LISA_ARCH_ASSETS=/lisa/_assets/binaries/armeabi export LISA_HOME='' #! /bin/bash +# We are stuck on Alpine 3.18 until that is fixed: +# https://github.com/numactl/numactl/issues/185 ALPINE_VERSION=v3.18 ALPINE_BUILD_DEPENDENCIES=(autoconf automake bash cmake gcc git make libtool linux-headers musl-dev) @@ -56,14 +58,15 @@ build_rtapp() { download() { git clone https://github.com/json-c/json-c json-c # git -C json-c checkout ddd049045d98dd3163d01a7d79184b3c7fb95a14 - git -C json-c checkout json-c-0.16-20220414 + git -C json-c checkout json-c-0.17-20230812 + git clone https://github.com/numactl/numactl.git git -C numactl checkout v2.0.16 git clone https://github.com/douglas-raillard-arm/rt-app.git # Branch: lisa - git -C rt-app checkout 857d6a6624469ba275a37493a10ebba00a50b467 + git -C rt-app checkout eccc991f77e7e02ba42d1c89c0558f8cbdccf762 } diff --git a/lisa/_assets/binaries/armeabi/README.rt-app b/lisa/_assets/binaries/armeabi/README.rt-app index 99a6df9da6ae1646a6c5707e09011d1b37a7f8f4..42c0b36de11a6b10c4b6f25ac5d97a5f9243b4bf 100644 --- a/lisa/_assets/binaries/armeabi/README.rt-app +++ b/lisa/_assets/binaries/armeabi/README.rt-app @@ -1,5 +1,5 @@ Sources of rt-app available at: -Git commit: 857d6a6624469ba275a37493a10ebba00a50b467 +Git commit: eccc991f77e7e02ba42d1c89c0558f8cbdccf762 Git repository: https://github.com/douglas-raillard-arm/rt-app.git @@ -7,7 +7,7 @@ Build host info: NAME="Alpine Linux" ID=alpine -VERSION_ID=3.18.2 +VERSION_ID=3.18.5 PRETTY_NAME="Alpine Linux v3.18" HOME_URL="https://alpinelinux.org/" BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues" @@ -16,11 +16,13 @@ BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues" Build recipe: export ARCH=armeabi -export BUILD_DIR=/tmp/tmp6q9pam2w/armeabi/source +export BUILD_DIR=/tmp/tmp2vo5wmlo/armeabi/source export LISA_ARCH_ASSETS=/lisa/_assets/binaries/armeabi export LISA_HOME='' #! /bin/bash +# We are stuck on Alpine 3.18 until that is fixed: +# https://github.com/numactl/numactl/issues/185 ALPINE_VERSION=v3.18 ALPINE_BUILD_DEPENDENCIES=(autoconf automake bash cmake gcc git make libtool linux-headers musl-dev) @@ -56,14 +58,15 @@ build_rtapp() { download() { git clone https://github.com/json-c/json-c json-c # git -C json-c checkout ddd049045d98dd3163d01a7d79184b3c7fb95a14 - git -C json-c checkout json-c-0.16-20220414 + git -C json-c checkout json-c-0.17-20230812 + git clone https://github.com/numactl/numactl.git git -C numactl checkout v2.0.16 git clone https://github.com/douglas-raillard-arm/rt-app.git # Branch: lisa - git -C rt-app checkout 857d6a6624469ba275a37493a10ebba00a50b467 + git -C rt-app checkout eccc991f77e7e02ba42d1c89c0558f8cbdccf762 } diff --git a/lisa/_assets/binaries/armeabi/rt-app b/lisa/_assets/binaries/armeabi/rt-app index bdf0bccd391e3b484c71280511c6e2bea34d74b7..0067e134e58e5014c46f1f3b9b8c7c11d88b691d 100755 Binary files a/lisa/_assets/binaries/armeabi/rt-app and b/lisa/_assets/binaries/armeabi/rt-app differ diff --git a/lisa/_assets/binaries/x86_64/README.json-c b/lisa/_assets/binaries/x86_64/README.json-c index fedb2232e62ea70fe579d63a1cfddeab7d396529..ef97304b56efde1976248ce4264fd1e0449dbcb7 100644 --- a/lisa/_assets/binaries/x86_64/README.json-c +++ b/lisa/_assets/binaries/x86_64/README.json-c @@ -1,5 +1,5 @@ Sources of json-c available at: -Git commit: 2f2ddc1f2dbca56c874e8f9c31b5b963202d80e7 +Git commit: b4c371fa0cbc4dcbaccc359ce9e957a22988fb34 Git repository: https://github.com/json-c/json-c @@ -7,7 +7,7 @@ Build host info: NAME="Alpine Linux" ID=alpine -VERSION_ID=3.18.2 +VERSION_ID=3.18.5 PRETTY_NAME="Alpine Linux v3.18" HOME_URL="https://alpinelinux.org/" BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues" @@ -16,11 +16,13 @@ BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues" Build recipe: export ARCH=x86_64 -export BUILD_DIR=/tmp/tmppesjvipw/x86_64/source +export BUILD_DIR=/tmp/tmpebd5a_4e/x86_64/source export LISA_ARCH_ASSETS=/lisa/_assets/binaries/x86_64 export LISA_HOME='' #! /bin/bash +# We are stuck on Alpine 3.18 until that is fixed: +# https://github.com/numactl/numactl/issues/185 ALPINE_VERSION=v3.18 ALPINE_BUILD_DEPENDENCIES=(autoconf automake bash cmake gcc git make libtool linux-headers musl-dev) @@ -56,14 +58,15 @@ build_rtapp() { download() { git clone https://github.com/json-c/json-c json-c # git -C json-c checkout ddd049045d98dd3163d01a7d79184b3c7fb95a14 - git -C json-c checkout json-c-0.16-20220414 + git -C json-c checkout json-c-0.17-20230812 + git clone https://github.com/numactl/numactl.git git -C numactl checkout v2.0.16 git clone https://github.com/douglas-raillard-arm/rt-app.git # Branch: lisa - git -C rt-app checkout 857d6a6624469ba275a37493a10ebba00a50b467 + git -C rt-app checkout eccc991f77e7e02ba42d1c89c0558f8cbdccf762 } diff --git a/lisa/_assets/binaries/x86_64/README.libnumactl b/lisa/_assets/binaries/x86_64/README.libnumactl index c8fa35587f17db391fac8ed94543beb700cdb6c0..ec5890aebb1c7ecf28150e907e631229a806b0b4 100644 --- a/lisa/_assets/binaries/x86_64/README.libnumactl +++ b/lisa/_assets/binaries/x86_64/README.libnumactl @@ -7,7 +7,7 @@ Build host info: NAME="Alpine Linux" ID=alpine -VERSION_ID=3.18.2 +VERSION_ID=3.18.5 PRETTY_NAME="Alpine Linux v3.18" HOME_URL="https://alpinelinux.org/" BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues" @@ -16,11 +16,13 @@ BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues" Build recipe: export ARCH=x86_64 -export BUILD_DIR=/tmp/tmppesjvipw/x86_64/source +export BUILD_DIR=/tmp/tmpebd5a_4e/x86_64/source export LISA_ARCH_ASSETS=/lisa/_assets/binaries/x86_64 export LISA_HOME='' #! /bin/bash +# We are stuck on Alpine 3.18 until that is fixed: +# https://github.com/numactl/numactl/issues/185 ALPINE_VERSION=v3.18 ALPINE_BUILD_DEPENDENCIES=(autoconf automake bash cmake gcc git make libtool linux-headers musl-dev) @@ -56,14 +58,15 @@ build_rtapp() { download() { git clone https://github.com/json-c/json-c json-c # git -C json-c checkout ddd049045d98dd3163d01a7d79184b3c7fb95a14 - git -C json-c checkout json-c-0.16-20220414 + git -C json-c checkout json-c-0.17-20230812 + git clone https://github.com/numactl/numactl.git git -C numactl checkout v2.0.16 git clone https://github.com/douglas-raillard-arm/rt-app.git # Branch: lisa - git -C rt-app checkout 857d6a6624469ba275a37493a10ebba00a50b467 + git -C rt-app checkout eccc991f77e7e02ba42d1c89c0558f8cbdccf762 } diff --git a/lisa/_assets/binaries/x86_64/README.rt-app b/lisa/_assets/binaries/x86_64/README.rt-app index aaf8865ce18926b46410bde444be63c1bd7e05b4..46e291eccff06e371bb0a6a8485f4dfb79eccb0f 100644 --- a/lisa/_assets/binaries/x86_64/README.rt-app +++ b/lisa/_assets/binaries/x86_64/README.rt-app @@ -1,5 +1,5 @@ Sources of rt-app available at: -Git commit: 857d6a6624469ba275a37493a10ebba00a50b467 +Git commit: eccc991f77e7e02ba42d1c89c0558f8cbdccf762 Git repository: https://github.com/douglas-raillard-arm/rt-app.git @@ -7,7 +7,7 @@ Build host info: NAME="Alpine Linux" ID=alpine -VERSION_ID=3.18.2 +VERSION_ID=3.18.5 PRETTY_NAME="Alpine Linux v3.18" HOME_URL="https://alpinelinux.org/" BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues" @@ -16,11 +16,13 @@ BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues" Build recipe: export ARCH=x86_64 -export BUILD_DIR=/tmp/tmppesjvipw/x86_64/source +export BUILD_DIR=/tmp/tmpebd5a_4e/x86_64/source export LISA_ARCH_ASSETS=/lisa/_assets/binaries/x86_64 export LISA_HOME='' #! /bin/bash +# We are stuck on Alpine 3.18 until that is fixed: +# https://github.com/numactl/numactl/issues/185 ALPINE_VERSION=v3.18 ALPINE_BUILD_DEPENDENCIES=(autoconf automake bash cmake gcc git make libtool linux-headers musl-dev) @@ -56,14 +58,15 @@ build_rtapp() { download() { git clone https://github.com/json-c/json-c json-c # git -C json-c checkout ddd049045d98dd3163d01a7d79184b3c7fb95a14 - git -C json-c checkout json-c-0.16-20220414 + git -C json-c checkout json-c-0.17-20230812 + git clone https://github.com/numactl/numactl.git git -C numactl checkout v2.0.16 git clone https://github.com/douglas-raillard-arm/rt-app.git # Branch: lisa - git -C rt-app checkout 857d6a6624469ba275a37493a10ebba00a50b467 + git -C rt-app checkout eccc991f77e7e02ba42d1c89c0558f8cbdccf762 } diff --git a/lisa/_assets/binaries/x86_64/rt-app b/lisa/_assets/binaries/x86_64/rt-app index f18746bb051e3c1581daa3743389a33528080e62..829fa13bf471dddab37e5329b2321d77bb942c94 100755 Binary files a/lisa/_assets/binaries/x86_64/rt-app and b/lisa/_assets/binaries/x86_64/rt-app differ diff --git a/tools/recipes/pycparserext.manifest.yaml b/tools/recipes/pycparserext.manifest.yaml deleted file mode 100644 index c680bd1068e521cdfc8d9cd094ed0e759c863635..0000000000000000000000000000000000000000 --- a/tools/recipes/pycparserext.manifest.yaml +++ /dev/null @@ -1,37 +0,0 @@ - -# batch-rebase manifest used to create the pahole branch for LISA - -# The "lisa" branch in the pahole repo can be constructed with: -# batch-rebase create . --manifest "$LISA_HOME/tools/recipes/pycparserext.manifest.yaml" --create-branch lisa - -rebase-conf: - rr-cache: ./rr-cache - base: - remote: github - ref: main - - topics: - # https://github.com/inducer/pycparserext/pull/78 - - - name: fix_arr_attributes - remote: github - base: main - tip: fix_arr_attributes - - # https://github.com/inducer/pycparserext/pull/77 - - - name: fix_tests - remote: github - base: main - tip: fix_tests - - # https://github.com/inducer/pycparserext/pull/76 - - - name: struct_attr - remote: github - base: main - tip: struct_attr - - remotes: - github: - url: https://github.com/douglas-raillard-arm/pycparserext.git diff --git a/tools/recipes/rt-app.manifest.yaml b/tools/recipes/rt-app.manifest.yaml index 00080830a21be8e542ca8c2bcb90f80a6bf49255..d544195499ac9d84379a673dbfab4d61c558d112 100644 --- a/tools/recipes/rt-app.manifest.yaml +++ b/tools/recipes/rt-app.manifest.yaml @@ -32,7 +32,7 @@ rebase-conf: - remote: github base: master - tip: log_calib + tip: fix_calib remotes: diff --git a/tools/recipes/rt-app.recipe b/tools/recipes/rt-app.recipe index 141fd516a238ddaf89c1b2abfb6435b5fca42777..11ea04e889804f64af42b824890c4965307364c6 100644 --- a/tools/recipes/rt-app.recipe +++ b/tools/recipes/rt-app.recipe @@ -1,5 +1,7 @@ #! /bin/bash +# We are stuck on Alpine 3.18 until that is fixed: +# https://github.com/numactl/numactl/issues/185 ALPINE_VERSION=v3.18 ALPINE_BUILD_DEPENDENCIES=(autoconf automake bash cmake gcc git make libtool linux-headers musl-dev) @@ -35,14 +37,15 @@ build_rtapp() { download() { git clone https://github.com/json-c/json-c json-c # git -C json-c checkout ddd049045d98dd3163d01a7d79184b3c7fb95a14 - git -C json-c checkout json-c-0.16-20220414 + git -C json-c checkout json-c-0.17-20230812 + git clone https://github.com/numactl/numactl.git git -C numactl checkout v2.0.16 git clone https://github.com/douglas-raillard-arm/rt-app.git # Branch: lisa - git -C rt-app checkout 857d6a6624469ba275a37493a10ebba00a50b467 + git -C rt-app checkout eccc991f77e7e02ba42d1c89c0558f8cbdccf762 }