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

feat: Add support for build target CentOS 8 #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jopemachine
Copy link
Member

@jopemachine jopemachine commented May 30, 2024

This PR modifies the build script to enable building the centos8 libbackend-hook binary.

Ref: lablup/backend.ai#2220

build

To build the centos8 binary, enter the following command:

❯ ./build.sh centos8.0

test

Tested by test.sh.

❯ ./test.sh centos8.0
>> Running unit tests for centos8.0 x86_64
[==========] Running 2 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 1 test from has_prefix
[ RUN      ] has_prefix.basic
[       OK ] has_prefix.basic (0 ms)
[----------] 1 test from has_prefix (0 ms total)

[----------] 1 test from cpuset_parsing
[ RUN      ] cpuset_parsing.basic
[       OK ] cpuset_parsing.basic (0 ms)
[----------] 1 test from cpuset_parsing (0 ms total)

[----------] Global test environment tear-down
[==========] 2 tests from 2 test suites ran. (0 ms total)
[  PASSED  ] 2 tests.

>> Running integration tests for centos8.0 x86_64
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from sysconf
[ RUN      ] sysconf.hooked
[       OK ] sysconf.hooked (0 ms)
[----------] 1 test from sysconf (0 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (0 ms total)
[  PASSED  ] 1 test.

@jopemachine jopemachine self-assigned this May 30, 2024
@jopemachine jopemachine requested a review from kyujin-cho May 30, 2024 05:00
@jopemachine jopemachine changed the title feat: Support centos8 feat: Add support for build target CentOS 8 May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant