-
Notifications
You must be signed in to change notification settings - Fork 9
ci: bump ubuntu version #134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: bump ubuntu version #134
Conversation
c4cdc3c
to
a28fb18
Compare
.github/workflows/testing.yaml
Outdated
# https://github.com/tarantool/memcached/issues/115 | ||
# - run: make test-memcached-capable | ||
|
||
- name: Run benchmarks | ||
run: make test-memcached-bench | ||
# https://github.com/tarantool/memcached/issues/90 | ||
# - name: Run benchmarks | ||
# run: make test-memcached-bench |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you delete it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cause it doesn't work by the same reason as test-memcached-capable
.
a31ba0a
to
3487ce4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but consider using -y
option with apt install
Bump actions to use ubuntu-24.04 for fixing the following GitHub warning: The Ubuntu 20.04 Actions runner image will begin deprecation on 2025-02-01. This commit adds CMake policy to prevent warnings from old third_party dependencies, bumps libmemcached third_party library to support build on Ubuntu 24.04. Part of #TNTP-1918 Closes #115
3487ce4
to
bc36ccf
Compare
Bump actions to use ubuntu-24.04 for fixing the following GitHub
warning:
This commit adds CMake policy to prevent warnings from
old third_party dependencies, bumps libmemcached third_party library
to support build on Ubuntu 24.04.
Part of #TNTP-1918
Closes #115