aliyun / plugsched

Live upgrade Linux kernel scheduler subsystem
BSD 3-Clause "New" or "Revised" License
82 stars 23 forks source link

contrib: fix unmatching version of gcc and gcc-python-plugin in Docke… #190

Closed ampresent closed 1 year ago

ampresent commented 1 year ago

…rfile

Although we build the docker image based on AnolisOS 8.6, softwares are automatically upgraded to the latest minor version of AnolisOS 8. gcc-python-plugin hasn't bumped its version to match gcc. So in order to get it work, we explicitly install softwares of AnolisOS 8.6 on this image.

anolis-bot commented 1 year ago

@ampresent , a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/2r1b4c7z/test_result/53758

anolis-bot commented 1 year ago

@ampresent , The CI test is completed, please check result:

Test CaseTest Result
schedule_testx86_64:x: FAIL
schedule_testaarch64:x: FAIL

Sorry, your test job failed. Please get the details in the link.

Dengerwei commented 1 year ago

LGTM.