Skip to content
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

Add support for Rocky8, Rocky9, Ubuntu build #61

Merged
merged 20 commits into from
Jul 30, 2024

Conversation

velomatt
Copy link
Contributor

  • Add dependency installation scripts to support CentOS 7, Rocky8, Rocky9, and Ubuntu 22 build
  • Update README to reflect changes
  • Minor changes to support newer GCC compiler
  • Add dockerfiles for each supported distro / OS

velomatt added 12 commits July 19, 2024 17:04
- Support CentOS, Rocky8, Rocky9
- Install all deps automatically in docker env
- Update README
These deps are now installed via scripts/dependencies/install.sh
- need to explicitly import string
- need boost/cstdint.hpp for uint64_t
- use env var to determine docker optimizations
- set env var in dockerfile
- fix missing && before rm dependencies dir
- set vault yum repos for centos (EOL)
- remove unneeded redhat-lsb dep from cent
- merge centos and rocky
- use symlink from centos to rocky
@velomatt velomatt requested a review from a team as a code owner July 25, 2024 23:43
@velomatt velomatt marked this pull request as draft July 25, 2024 23:44
@velomatt velomatt marked this pull request as ready for review July 29, 2024 20:33
snubatreus
snubatreus previously approved these changes Jul 29, 2024
Copy link

@snubatreus snubatreus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

- update docs to streamline use of workdir for the sake of clarity
Copy link

Copy link

@snubatreus snubatreus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@ramachaitanyak
Copy link
Contributor

NKV cli changes look good to me.

@velomatt velomatt merged commit 46910a1 into master Jul 30, 2024
6 checks passed
@velomatt velomatt deleted the update-cicd-build-process branch July 30, 2024 18:17
// Initialize class object
nkv_lruCache<std::string, nkv_value_wrapper> *cache_obj
= new nkv_lruCache<std::string, nkv_value_wrapper>(nkv_read_cache_size);
cnt_cache.push_back(cache_obj);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of pushing back we just need to access cnt_cache[i].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants