Merge remote-tracking branch 'origin/topic/timw/opensuse-tumbleweed-python-sqlite'

* origin/topic/timw/opensuse-tumbleweed-python-sqlite:
  CI: Force rebuild of tumbleweed VM to pick up newer version of python
This commit is contained in:
Tim Wojtulewicz 2023-06-20 10:15:24 -07:00
commit 46715dacfd
3 changed files with 12 additions and 2 deletions

10
CHANGES
View file

@ -1,3 +1,13 @@
6.1.0-dev.104 | 2023-06-20 10:15:24 -0700
* CI: Force rebuild of tumbleweed VM to pick up newer version of python (Tim Wojtulewicz, Corelight)
The version of python included in the existing VM doesn't have the sqlite
module included for some reason. Forcing the VM to rebuild installs python311
which does include it, fixing a build failure.
* Stmt/Assert: Use std::move() for backtrace element (Arne Welzel, Corelight)
6.1.0-dev.100 | 2023-06-15 21:13:46 -0700 6.1.0-dev.100 | 2023-06-15 21:13:46 -0700
* Update external testing hashes for 6.1 deprecation changes (Tim Wojtulewicz, Corelight) * Update external testing hashes for 6.1 deprecation changes (Tim Wojtulewicz, Corelight)

View file

@ -1 +1 @@
6.1.0-dev.100 6.1.0-dev.104

View file

@ -2,7 +2,7 @@ FROM opensuse/tumbleweed
# A version field to invalidate Cirrus's build cache when needed, as suggested in # A version field to invalidate Cirrus's build cache when needed, as suggested in
# https://github.com/cirruslabs/cirrus-ci-docs/issues/544#issuecomment-566066822 # https://github.com/cirruslabs/cirrus-ci-docs/issues/544#issuecomment-566066822
ENV DOCKERFILE_VERSION 20230523 ENV DOCKERFILE_VERSION 20230620
# Remove the repo-openh264 repository, it caused intermittent issues # Remove the repo-openh264 repository, it caused intermittent issues
# and we should not be needing any packages from it. # and we should not be needing any packages from it.