Skip to content

Commit

Permalink
Next try - set TZ in debian/rules
Browse files Browse the repository at this point in the history
  • Loading branch information
narc-Ontakac2 committed Jun 20, 2024
1 parent 72d24c0 commit d2d4cef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/debuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ jobs:
sudo apt-get update
- name: update repo information
run: sudo apt-get update
- name: install tzdata
run: |
sudo DEBIAN_FRONTEND=noninteractive TZ="Europe/Berlin" \
apt-get -y install tzdata
- name: install devscripts
run: sudo apt-get install equivs devscripts pipx hub
- name: install dependencies
Expand Down
2 changes: 2 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ include /usr/share/dpkg/pkg-info.mk
# Debian flags invented usage of LTO, which in combination with google test on
# Ubuntu 22.04.4 causes the errors supressed below
export CXXFLAGS += -Wno-lto-type-mismatch -Wno-odr
# Needed for TEST(mock_MeterOMS, first_packets)
export TZ="Europe/Berlin"

VERSION1=$(shell echo ${DEB_VERSION_UPSTREAM} | cut -f1 -d.)
VERSION2=$(shell echo ${DEB_VERSION_UPSTREAM} | cut -f2 -d.)
Expand Down

0 comments on commit d2d4cef

Please sign in to comment.