This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# typed: true | |
# frozen_string_literal: true | |
require "system_command" | |
module Homebrew | |
#. module_function | |
sig { returns(CLI::Parser) } | |
def self.fast_install_args |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/src/base/cl_low.h | |
+++ b/src/base/cl_low.h | |
@@ -207,7 +207,7 @@ inline uint32 mulu32_unchecked (uint32 a | |
// declared inside a namespace! | |
} extern "C" uint32 mulu32_high; namespace cln { // -> High-Teil | |
#else | |
- extern "C" uint32 mulu32_high; // -> High-Teil | |
+} extern "C" uint32 mulu32_high; namespace cln { // -> High-Teil | |
#endif | |
#if defined(__GNUC__) && defined(__m68k__) && !defined(NO_ASM) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/markdown/util.py b/markdown/util.py | |
index b443e3792..98cfbf754 100644 | |
--- a/markdown/util.py | |
+++ b/markdown/util.py | |
@@ -29,10 +29,10 @@ | |
from .pep562 import Pep562 | |
-try: | |
+if sys.version_info >= (3, 10): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2021-09-13T20:32:59.4260135Z [32m==>[0m [1mTesting aspectj[0m | |
2021-09-13T20:32:59.4260847Z HOMEBREW_PROCESSOR | |
2021-09-13T20:32:59.4261329Z x86_64 | |
2021-09-13T20:32:59.4261833Z HOMEBREW_DEFAULT_CACHE | |
2021-09-13T20:32:59.4262559Z /home/linuxbrew/.cache/Homebrew | |
2021-09-13T20:32:59.4263110Z HOMEBREW_BREW_DEFAULT_GIT_REMOTE | |
2021-09-13T20:32:59.4263794Z https://github.com/Homebrew/brew | |
2021-09-13T20:32:59.4264588Z HOMEBREW_USER_AGENT | |
2021-09-13T20:32:59.4266064Z Linuxbrew/3.2.11-124-g9c03493 (Linux; x86_64 Ubuntu 16.04.7 LTS) | |
2021-09-13T20:32:59.4267160Z HOMEBREW_LIBRARY |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for pillow on 4.19.121-linuxkit | |
Build date: 2021-07-30 18:49:45 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/home/linuxbrew/.linuxbrew/Cellar/llvm@11/11.1.0/bin/clang++ -v -isystem /home/linuxbrew/.linuxbrew/opt/llvm@11/include/c++/v1 -std=c++11 test.cpp -o testlibc++ -L/home/linuxbrew/.linuxbrew/opt/llvm@11/lib -Wl,-rpath,/home/linuxbrew/.linuxbrew/opt/llvm@11/lib | |
clang version 11.1.0 | |
Target: x86_64-unknown-linux-gnu | |
Thread model: posix | |
InstalledDir: /home/linuxbrew/.linuxbrew/Cellar/llvm@11/11.1.0/bin | |
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/5 | |
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/5.4.0 | |
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/6 | |
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/6.0.0 | |
Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/5.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- sra-tools-2.10.9-old/tools/driver-tool/utf8proc/Makefile 2020-12-31 15:18:51.000000000 +0100 | |
+++ sra-tools-2.10.9/tools/driver-tool/utf8proc/Makefile 2020-12-31 15:19:26.000000000 +0100 | |
@@ -86,6 +86,7 @@ | |
ln -f -s libutf8proc.so.$(MAJOR).$(MINOR).$(PATCH) $@.$(MAJOR) | |
libutf8proc.$(MAJOR).dylib: utf8proc.o | |
+ LDFLAGS:=$(filter-out -c,$(LDFLAGS)) | |
$(CC) $(LDFLAGS) -dynamiclib -o $@ $^ -install_name $(libdir)/$@ -Wl,-compatibility_version -Wl,$(MAJOR) -Wl,-current_version -Wl,$(MAJOR).$(MINOR).$(PATCH) | |
libutf8proc.dylib: libutf8proc.$(MAJOR).dylib |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- sra-tools-2.10.9/tools/driver-tool/utf8proc/Makefile 2020-12-31 15:19:26.000000000 +0100 | |
+++ sra-tools-2.10.9-old/tools/driver-tool/utf8proc/Makefile 2020-12-31 15:18:51.000000000 +0100 | |
@@ -86,7 +86,6 @@ | |
ln -f -s libutf8proc.so.$(MAJOR).$(MINOR).$(PATCH) $@.$(MAJOR) | |
libutf8proc.$(MAJOR).dylib: utf8proc.o | |
- LDFLAGS:=$(filter-out -c,$(LDFLAGS)) | |
$(CC) $(LDFLAGS) -dynamiclib -o $@ $^ -install_name $(libdir)/$@ -Wl,-compatibility_version -Wl,$(MAJOR) -Wl,-current_version -Wl,$(MAJOR).$(MINOR).$(PATCH) | |
libutf8proc.dylib: libutf8proc.$(MAJOR).dylib |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2020-11-22T09:33:36.9814985Z ##[section]Starting: Request a runner to run this job | |
2020-11-22T09:33:37.1732572Z Can't find any online and idle self-hosted runner in current repository that matches the required labels: 'ubuntu-latest' | |
2020-11-22T09:33:37.1732997Z Can't find any online and idle self-hosted runner in current repository's account/organization that matches the required labels: 'ubuntu-latest' | |
2020-11-22T09:33:37.1733214Z Found online and idle hosted runner in current repository's account/organization that matches the required labels: 'ubuntu-latest' | |
2020-11-22T09:33:37.2811947Z ##[section]Finishing: Request a runner to run this job | |
2020-11-22T09:33:43.1223418Z Current runner version: '2.274.2' | |
2020-11-22T09:33:43.1253653Z ##[group]Operating System | |
2020-11-22T09:33:43.1254970Z Ubuntu | |
2020-11-22T09:33:43.1255519Z 18.04.5 | |
2020-11-22T09:33:43.1256001Z LTS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for gcc@5 on Ubuntu 16.04.7 LTS | |
Build date: 2020-11-04 13:22:53 |
NewerOlder