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

CI : fix the failed fsck patch apply in CI #1441

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

lyj199907
Copy link
Contributor

@lyj199907 lyj199907 commented Oct 15, 2023

The resolution to #1438.
We checked out the v1.6 branch instead of the master branch for erofs-utils.

@lyj199907 lyj199907 requested a review from a team as a code owner October 15, 2023 13:09
@lyj199907 lyj199907 requested review from liubin, liubogithub and hsiangkao and removed request for a team October 15, 2023 13:09
@codecov
Copy link

codecov bot commented Oct 15, 2023

Codecov Report

Merging #1441 (92b0295) into master (9632d18) will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1441      +/-   ##
==========================================
- Coverage   46.27%   46.26%   -0.02%     
==========================================
  Files         123      123              
  Lines       38878    38878              
  Branches    38878    38878              
==========================================
- Hits        17991    17987       -4     
- Misses      19917    19918       +1     
- Partials      970      973       +3     

see 3 files with indirect coverage changes

@@ -73,7 +73,7 @@ jobs:
run: |
sudo apt-get update && sudo apt-get install -y build-essential git autotools-dev automake libtool pkg-config uuid-dev liblz4-dev
git clone https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git
cd erofs-utils && git apply ../${{ env.FSCK_PATCH_PATH }} && ./autogen.sh && ./configure && make && cd ..
cd erofs-utils && ./autogen.sh && ./configure && make && cd ..
Copy link
Collaborator

Choose a reason for hiding this comment

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

It seems we need to apply the patch.

@lyj199907 lyj199907 force-pushed the ci-fix branch 3 times, most recently from 3d29582 to 36bd6a3 Compare October 23, 2023 00:30
@lyj199907 lyj199907 requested a review from a team as a code owner October 23, 2023 00:30
@@ -73,7 +73,7 @@ jobs:
run: |
sudo apt-get update && sudo apt-get install -y build-essential git autotools-dev automake libtool pkg-config uuid-dev liblz4-dev
git clone https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git
cd erofs-utils && git apply ../${{ env.FSCK_PATCH_PATH }} && ./autogen.sh && ./configure && make && cd ..
cd erofs-utils && git checkout v1.6 && git apply ../${{ env.FSCK_PATCH_PATH }} && ./autogen.sh && ./configure && make && cd ..
Copy link
Collaborator

Choose a reason for hiding this comment

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

It seems to have two spaces between v1.6 and &&.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I have resolved it

@lyj199907 lyj199907 force-pushed the ci-fix branch 2 times, most recently from 018b6c7 to 0fb4509 Compare October 24, 2023 03:49
@lyj199907 lyj199907 changed the title GITFLOW: fix the failed fsck patch apply in CI CI : fix the failed fsck patch apply in CI Oct 24, 2023
@lyj199907 lyj199907 force-pushed the ci-fix branch 2 times, most recently from 526a048 to 43a8501 Compare October 24, 2023 03:57
Copy link
Collaborator

@imeoer imeoer left a comment

Choose a reason for hiding this comment

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

Thanks, LGTM!

Signed-off-by: liyaojie <lyj199907@outlook.com>
@imeoer imeoer merged commit acb689f into dragonflyoss:master Oct 24, 2023
24 checks passed
@lyj199907 lyj199907 deleted the ci-fix branch October 24, 2023 07:41
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.

None yet

2 participants