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

feat: support C source files in Zig rules #91

Merged
merged 7 commits into from
Jun 24, 2023
Merged

feat: support C source files in Zig rules #91

merged 7 commits into from
Jun 24, 2023

Conversation

aherrmann
Copy link
Owner

Closes #81

  • Add csrcs and copts attributes.
  • Analysis tests for C source dependencies and compiler flags.
  • End to end test for C source dependencies.

@aherrmann aherrmann changed the title Support C source files in Zig rules feat: support C source files in Zig rules Jun 23, 2023
@aherrmann aherrmann enabled auto-merge June 23, 2023 06:41
To reflect new Bazel integration test workspace name.
For unknown reasons the order of the items added to the deleted_packages
flags in .bazelrc is different between my development machine (Ubuntu
22.04, sort (GNU coreutils) 8.32) and the [GitHub CI
   machines](https://github.com/aherrmann/rules_zig/actions/runs/5353605193/jobs/9709661900?pr=91).
@aherrmann aherrmann merged commit 8692fc8 into main Jun 24, 2023
@aherrmann aherrmann deleted the c-srcs branch June 24, 2023 08:44
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.

Support .c inputs to zig_binary|library|test
1 participant