Skip to content

Commit

Permalink
fish: cbl_bld_tot_tcs: Temporarily remove problematic test
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Jan 25, 2024
1 parent d323114 commit b9a91d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fish/functions/cbl_bld_tot_tcs.fish
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ function cbl_bld_tot_tcs -d "Build LLVM and binutils from source for kernel deve
end
end

# https://github.com/llvm/llvm-project/pull/79261#issuecomment-1909190463
rm -fv $llvm_project/clang/test/Interpreter/cxx20-modules.cppm

# Add patches to revert here
for revert in $reverts
set -l revert (basename $revert)
Expand Down

0 comments on commit b9a91d6

Please sign in to comment.