diff --git a/infra/debian/compiler/rules b/infra/debian/compiler/rules index e83680da841..fb5ddb3d93b 100755 --- a/infra/debian/compiler/rules +++ b/infra/debian/compiler/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f export DH_VERBOSE = 1 export NNAS_BUILD_PREFIX = build -export PRESET = 20230413 +export PRESET = 20230907 export _DESTDIR = debian/tmp/usr %: diff --git a/infra/packaging/build b/infra/packaging/build index 16bce7e0e66..e095f9df3c6 100644 --- a/infra/packaging/build +++ b/infra/packaging/build @@ -8,7 +8,7 @@ if [[ -z "${NNAS_PROJECT_PATH}" ]]; then fi # The default preset -PRESET="20230413" +PRESET="20230907" # Test is enabled by default DISABLE_TEST=false