-
Notifications
You must be signed in to change notification settings - Fork 526
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
Adaptor Openeuler 22.03-lts-sp2 #2710
Conversation
Signed-off-by: peter <[email protected]>
cicheck |
2 similar comments
cicheck |
cicheck |
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.
You can change the default os to openeuler, and I will bring it back to help you package and upload the base image, and you can run ci again (just leave a successful record) and then change it back.
@@ -0,0 +1,136 @@ | |||
#!/usr/bin/env bash | |||
|
|||
# Copyright (C) 2021 Jingli Chen (Wine93), NetEase Inc. |
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.
time and signature
@@ -0,0 +1,137 @@ | |||
#!/usr/bin/env bash | |||
|
|||
# Copyright (C) 2021 Jingli Chen (Wine93), NetEase Inc. |
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.
ditto
curve-sdk: | ||
docker build --target curve-tgt -t opencurvedocker/curve-base:curve-tgt-openeuler . |
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.
cicheck |
cicheck |
6 similar comments
cicheck |
cicheck |
cicheck |
cicheck |
cicheck |
cicheck |
9843ea1
to
1071d32
Compare
Signed-off-by: peter5232 <[email protected]>
cicheck |
5 similar comments
cicheck |
cicheck |
cicheck |
cicheck |
cicheck |
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.
It looks like there are a lot of scripts and dockerfiles that are duplicates with debian11. Is there some way to merge these duplicate files?
docker/openeuler/compile/Dockerfile
Outdated
&& wget https://github.com/bazelbuild/bazel/releases/download/4.2.2/bazel-4.2.2-installer-linux-x86_64.sh && bash bazel-4.2.2-installer-linux-x86_64.sh \ | ||
&& wget https://curve-build.nos-eastchina1.126.net/libfiu-1.00.tar.gz && tar -zxvf libfiu-1.00.tar.gz && cd libfiu-1.00 && make libfiu && make libfiu_install && cd .. && rm -rf libfiu-1.00 \ | ||
&&wget https://golang.google.cn/dl/go1.20.6.linux-amd64.tar.gz && tar xzvf go1.20.6.linux-amd64.tar.gz && echo "export PATH=\$PATH:/go/bin" >> ~/.bashrc \ | ||
&& wget https://curve-build.nos-eastchina1.126.net/memcache/memcached-1.6.17.tar.gz \ |
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.
indent alignment
docker/openeuler/compile/Dockerfile
Outdated
&& echo "export LD_LIBRARY_PATH=\$LD_LIBRARY_PATH:/usr/local/lib" >> ~/.bashrc \ | ||
&& source ~/.bashrc |
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.
ditto
cicheck |
3 similar comments
cicheck |
cicheck |
cicheck |
cicheck |
11 similar comments
cicheck |
cicheck |
cicheck |
cicheck |
cicheck |
cicheck |
cicheck |
cicheck |
cicheck |
cicheck |
cicheck |
Signed-off-by: Cyber-SiKu <[email protected]>
Signed-off-by: Cyber-SiKu <[email protected]>
Signed-off-by: caoxianfei1 <[email protected]>
Signed-off-by: peter5232 <[email protected]>
Signed-off-by: setcy <[email protected]>
Signed-off-by: swj <[email protected]>
Signed-off-by: Cyber-SiKu <[email protected]>
add feat support symlink by fuseOpReadLink Signed-off-by: Cyber-SiKu <[email protected]>
Signed-off-by: setcy <[email protected]>
Signed-off-by: Ken Han <[email protected]>
1. add writeToS3 2. add readFromS3 3. add writeToDiskCache 4. add readFromDiskCache 5. add writeToKVCache 6. add readFromKVCache Signed-off-by: Cyber-SiKu <[email protected]>
Signed-off-by: Cyber-SiKu <[email protected]>
Signed-off-by: Hanqing Wu <[email protected]>
Signed-off-by: peter5232 <[email protected]>
replace by pr |
What problem does this PR solve?
Issue Number: #2612
Problem Summary:
What is changed and how it works?
What's Changed:
How it Works:
Side effects(Breaking backward compatibility? Performance regression?):
Check List