-
Notifications
You must be signed in to change notification settings - Fork 258
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
Tests fail on NixOS #132
Comments
hi @MagicRB would you submit a PR directly? thanks. |
and you could also contribute how to build this project in NixOS |
I really don't want to go through the license agreement stuff, so unfortunately not at this time |
while I don't have NixOS, not sure how to fix this. |
and another issue has cropped up,
there really only two things, which we can do, either delete that project name check or disable tests as I can't tell Nix to use a different folder, it would break the pureness of the build process. |
cc @dr0pdb |
BTW, I pushed the Docker container builder to my Gitea instance, the builder builds this driver from Nix. It's easy to extract the Nix package from that. The advantage over regular Dockerfiles is truly reproducible builds and (generally) smaller images, seems to not be that pronounced with go apps |
7bc70e5 Merge pull request kubernetes-csi#129 from pohly/squash-documentation e0b02e7 README.md: document usage of --squash 316cb95 Merge pull request kubernetes-csi#132 from yiyang5055/bugfix/boilerplate 26e2ab1 fix: default boilerplate path 1add8c1 Merge pull request kubernetes-csi#133 from pohly/kubernetes-1.20-tag 3e811d6 prow.sh: fix "on-master" prow jobs git-subtree-dir: release-tools git-subtree-split: 7bc70e5
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
Rotten issues close after 30d of inactivity. Send feedback to sig-contributor-experience at kubernetes/community. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
fix: default boilerplate path
What happened:
Test case
test/e2e/e2e_suite_test.go:157
fails when buiding with NixWhat you expected to happen:
I expected tests to succeed as checking if the project directory ends in
csi-driver-nfs
doesn't make senseHow to reproduce it:
Try to build
csi-driver-nfs
on NixOS withpkgs.buildGoModule
and you'll encounter this fun bugAnything else we need to know?:
Environment:
kubectl version
): N/Auname -a
): N/ARecommended Fix:
Delete that line
The text was updated successfully, but these errors were encountered: