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

fix: compile on old cmake version and add PATH #346

Merged
merged 6 commits into from
Sep 5, 2024
Merged

Conversation

yunwei37
Copy link
Member

@yunwei37 yunwei37 commented Sep 5, 2024

Description

  • Add PATH in README
  • Add dev container
  • Add syscall number defines
  • Fix cmake version

@yunwei37 yunwei37 requested review from hp77-creator and Officeyutong and removed request for hp77-creator September 5, 2024 16:54
@@ -48,19 +48,19 @@ jobs:
run: |
make -C example -j
- name: Upload build results (without jit)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
Copy link
Contributor

Choose a reason for hiding this comment

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

In master branch it is still v2, I saw the errors, is v4 in actions? I think jobs are not able to find this

Copy link
Contributor

Choose a reason for hiding this comment

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

@hp77-creator
Copy link
Contributor

LGTM.

@yunwei37 yunwei37 merged commit 877116f into master Sep 5, 2024
187 checks passed
@yunwei37 yunwei37 deleted the fix-compile-old branch September 5, 2024 20:03
@@ -11,4 +11,3 @@ add_dependencies(bpftime_base_attach_impl spdlog::spdlog)

target_link_libraries(bpftime_base_attach_impl INTERFACE spdlog::spdlog)

set_property(TARGET bpftime_base_attach_impl PROPERTY CXX_STANDARD 20)
Copy link
Contributor

Choose a reason for hiding this comment

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

Why not use C++ 20?

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants