Skip to content

Commit

Permalink
[infra] Revise compiler preset (#11527)
Browse files Browse the repository at this point in the history
This will revise compiler preset to use 20230907.

ONE-DCO-1.0-Signed-off-by: SaeHie Park <[email protected]>
  • Loading branch information
seanshpark authored Sep 13, 2023
1 parent 29db95f commit c4cc8b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra/debian/compiler/rules
Original file line number Diff line number Diff line change
@@ -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

%:
Expand Down
2 changes: 1 addition & 1 deletion infra/packaging/build
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4cc8b8

Please sign in to comment.