-
Notifications
You must be signed in to change notification settings - Fork 182
build: downgrade build image os to ubuntu18.04 #1925
build: downgrade build image os to ubuntu18.04 #1925
Conversation
e23e7ed
to
4794a58
Compare
4794a58
to
85e0225
Compare
ff1e910
@yoomee1313 Can you check about the failed test pls? thank you |
337c7d1
to
df7faa2
Compare
df7faa2
to
b41d824
Compare
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## dev #1925 +/- ##
==========================================
- Coverage 65.71% 65.63% -0.08%
==========================================
Files 540 540
Lines 76176 76176
==========================================
- Hits 50057 49998 -59
- Misses 22567 22616 +49
- Partials 3552 3562 +10 see 26 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
73ff982
to
b41d824
Compare
…klaytn into build/downgrade-ubuntu-image
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.
@Sotatek-TinnNguyen Looks good to me except just one more minor thing.
Proposed changes
To work well in ubuntu18.04, ldd version should be less than 2.27, but ubuntu20.04 uses 2.29+. So, this Pr downgrade the build image os to ubuntu18.04.
We can check the ldd by below.
Types of changes
Please put an x in the boxes related to your change.
Checklist
Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.
$ make test
)Related issues
Further comments
If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...