=?utf-8?q?Mészáros?= Gergely <[email protected]>,Gergely Meszaros <[email protected]>,Gergely Meszaros <[email protected]> Message-ID: In-Reply-To: <llvm.org/llvm/llvm-project/pull/[email protected]>
zahiraam wrote: > Don't know what's up with buildkite, it looks as if it doesn't like multiple > commits? The commit ID its trying to check out is the first in the series, > but `git fetch -v --prune -- origin refs/pull/131477/head` is giving it > `c62bde990396854bd4015c4ad19894e9297ebe18` which I guess is a squashed commit? Yes, I think the issue here is the multiple commits. You may need to do an interactive rebase. https://github.com/llvm/llvm-project/pull/131477 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
