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

Integrate compilation of native agent in the maven build process #23

Open
serenacofano opened this issue Jan 15, 2025 · 1 comment
Open

Comments

@serenacofano
Copy link
Contributor

For now I added a Makefile that contains the command to compile the agent.c. I will try to integrate this operation into the pom.xml in order to make it automatic during the build phase of the maven project.

@algomaster99
Copy link
Member

I will try to integrate this operation into the pom.xml in order to make it automatic during the build phase of the maven project.

We can keep them independent. Compilation of native-agent can be another step.

+    - name: Compile C 
+      run: gcc <all your options> // or a trusted GitHub action
      - name: Setup JDK 17
        uses: actions/setup-java@v4
        with:
          distribution: 'temurin'
          java-version: '17'

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

No branches or pull requests

2 participants