Skip to content

Comments

llvmPackages_17.mlir: cleanup#291050

Merged
wegank merged 1 commit intoNixOS:masterfrom
wegank:mlir-cleanup
Mar 2, 2024
Merged

llvmPackages_17.mlir: cleanup#291050
wegank merged 1 commit intoNixOS:masterfrom
wegank:mlir-cleanup

Conversation

@wegank
Copy link
Member

@wegank wegank commented Feb 24, 2024

Description of changes

This PR addresses comments in #280572.

The rebuilds are due to the removal of -v in ninjaFlags.

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 24.05 Release Notes (or backporting 23.05 and 23.11 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@@ -17,22 +17,28 @@ stdenv.mkDerivation rec {
src = runCommand "${pname}-src-${version}" {} ''
Copy link
Member Author

Choose a reason for hiding this comment

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

I'd prefer to keep pname here, but let me know if it should be replaced by mlir.

@ofborg ofborg bot added 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. labels Feb 24, 2024
@wegank wegank merged commit 7e53a56 into NixOS:master Mar 2, 2024
@wegank wegank deleted the mlir-cleanup branch March 2, 2024 11:06
@github-actions
Copy link
Contributor

github-actions bot commented Mar 2, 2024

Successfully created backport PR for release-23.11:

@rrbutani rrbutani added the 6.topic: llvm/clang Issues related to llvmPackages, clangStdenv and related label May 27, 2024
@github-actions
Copy link
Contributor

Backport failed for release-23.11, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin release-23.11
git worktree add -d .worktree/backport-291050-to-release-23.11 origin/release-23.11
cd .worktree/backport-291050-to-release-23.11
git switch --create backport-291050-to-release-23.11
git cherry-pick -x 023bc57dcc9a464314da2740ef056a740726f6ef

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: llvm/clang Issues related to llvmPackages, clangStdenv and related 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants