From c4cc8b86a71555877e7f8a39f49139ccd0571802 Mon Sep 17 00:00:00 2001 From: SaeHie Park Date: Wed, 13 Sep 2023 17:28:36 +0900 Subject: [PATCH] [infra] Revise compiler preset (#11527) This will revise compiler preset to use 20230907. ONE-DCO-1.0-Signed-off-by: SaeHie Park --- infra/debian/compiler/rules | 2 +- infra/packaging/build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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