Skip to content

Commit

Permalink
Next try - set OS level TZ
Browse files Browse the repository at this point in the history
  • Loading branch information
narc-Ontakac2 committed Jun 21, 2024
1 parent 29bf8fc commit bc71d92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/debuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: Set env
# Here we are setting a variable from an expression.
run: echo "TAG_NAME=${GITHUB_REF##*/}" >> $GITHUB_ENV
- name: Set timezone
# Needed for TEST(mock_MeterOMS, first_packets)
run: timedatectl set-timezone "Europe/Berlin"
- name: add cloudsmith repo
run: |
LISTENTRY="deb [signed-by=$KEYFILE] $CLOUDURL/debian trixie main"
Expand Down
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ set(VERSION_DATE "2018-08-04")
set(PACKAGE_STRING "${PROJECT_NAME} ${VZLOGGER_RPM_VERSION}")
set(VERSION "${VZLOGGER_RPM_VERSION}")
set(CMAKE_VERBOSE_MAKEFILE 1)
# Needed for TEST(mock_MeterOMS, first_packets)
set(ENV{TZ} "Europe/Berlin")

# debug build, on by default
ADD_DEFINITIONS(-g3)
Expand Down

0 comments on commit bc71d92

Please sign in to comment.