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

build: revert meson command change #596

Closed
wants to merge 2 commits into from

Conversation

ricmli
Copy link
Collaborator

@ricmli ricmli commented Nov 23, 2023

Fix Ubuntu 20.04 compatibility.

For Ubuntu 20.04 compatibility.

Signed-off-by: Ric Li <[email protected]>
@ricmli ricmli self-assigned this Nov 23, 2023
@ricmli ricmli requested a review from frankdjx as a code owner November 23, 2023 08:43
@ricmli ricmli closed this Nov 23, 2023
@ricmli
Copy link
Collaborator Author

ricmli commented Nov 23, 2023

to 23.12

meson compile -C "${TEST_BUILD_DIR}"
popd
pushd "${TEST_BUILD_DIR}"
ninja
Copy link
Collaborator

Choose a reason for hiding this comment

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

build mtl_manager

if [ "$OS" != "Windows_NT" ]; then
pushd manager/
meson setup "${MANAGER_BUILD_DIR}" -Dbuildtype="$buildtype" -Denable_asan="$enable_asan"
meson compile -C "${MANAGER_BUILD_DIR}"
popd
fi

This one should revert also.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

thanks

@ricmli ricmli deleted the fix_ci_permission branch November 24, 2023 02:04
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.

2 participants