Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] chromium: pass ${makejobs} to tools/gn/bootstrap/bootstrap.py.
@ 2023-05-09 20:58 mhmdanas
  2023-05-09 21:03 ` [PR PATCH] [Updated] " mhmdanas
  2023-05-14 18:38 ` [PR PATCH] [Merged]: " Johnnynator
  0 siblings, 2 replies; 3+ messages in thread
From: mhmdanas @ 2023-05-09 20:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1274 bytes --]

There is a new pull request by mhmdanas against master on the void-packages repository

https://github.com/mhmdanas/void-packages chromium-use-makejobs-for-gn
https://github.com/void-linux/void-packages/pull/43820

chromium: pass ${makejobs} to tools/gn/bootstrap/bootstrap.py.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/43820.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-chromium-use-makejobs-for-gn-43820.patch --]
[-- Type: text/x-diff, Size: 967 bytes --]

From 56d00cb2a7082ae03d82d7650de3803206485347 Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Tue, 9 May 2023 23:54:59 +0300
Subject: [PATCH] chromium: pass ${makejobs} to
 tools/gn/bootstrap/bootstrap.py.

---
 srcpkgs/chromium/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/chromium/template b/srcpkgs/chromium/template
index c3a1cd59eafe..272e43f20766 100644
--- a/srcpkgs/chromium/template
+++ b/srcpkgs/chromium/template
@@ -132,7 +132,7 @@ do_configure() {
 	# compile gn early, so it can be used to generate gni stuff
 	AR="ar" CC=$CC_FOR_BUILD CXX=$CXX_FOR_BUILD LD=$CXX_FOR_BUILD \
 		CFLAGS=$CFLAGS_FOR_BUILD CXXFLAGS=$CXXFLAGS_FOR_BUILD LDFLAGS=$LDFLAGS_FOR_BUILD \
-		tools/gn/bootstrap/bootstrap.py --skip-generate-buildfiles
+		tools/gn/bootstrap/bootstrap.py ${makejobs} --skip-generate-buildfiles
 
 	# Use system-provided libraries.
 	# TODO: use_system_hunspell (upstream changes needed).

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] chromium: pass ${makejobs} to tools/gn/bootstrap/bootstrap.py.
  2023-05-09 20:58 [PR PATCH] chromium: pass ${makejobs} to tools/gn/bootstrap/bootstrap.py mhmdanas
@ 2023-05-09 21:03 ` mhmdanas
  2023-05-14 18:38 ` [PR PATCH] [Merged]: " Johnnynator
  1 sibling, 0 replies; 3+ messages in thread
From: mhmdanas @ 2023-05-09 21:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1289 bytes --]

There is an updated pull request by mhmdanas against master on the void-packages repository

https://github.com/mhmdanas/void-packages chromium-use-makejobs-for-gn
https://github.com/void-linux/void-packages/pull/43820

chromium: pass ${makejobs} to tools/gn/bootstrap/bootstrap.py.
<!-- Uncomment relevant sections and delete options which are not applicable -->
[ci skip]

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/43820.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-chromium-use-makejobs-for-gn-43820.patch --]
[-- Type: text/x-diff, Size: 965 bytes --]

From 06bb7c36c100fde877177db48401df39688e8de7 Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Tue, 9 May 2023 23:54:59 +0300
Subject: [PATCH] chromium: pass ${makejobs} to tools/gn/bootstrap/bootstrap.py

---
 srcpkgs/chromium/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/chromium/template b/srcpkgs/chromium/template
index c3a1cd59eafe..272e43f20766 100644
--- a/srcpkgs/chromium/template
+++ b/srcpkgs/chromium/template
@@ -132,7 +132,7 @@ do_configure() {
 	# compile gn early, so it can be used to generate gni stuff
 	AR="ar" CC=$CC_FOR_BUILD CXX=$CXX_FOR_BUILD LD=$CXX_FOR_BUILD \
 		CFLAGS=$CFLAGS_FOR_BUILD CXXFLAGS=$CXXFLAGS_FOR_BUILD LDFLAGS=$LDFLAGS_FOR_BUILD \
-		tools/gn/bootstrap/bootstrap.py --skip-generate-buildfiles
+		tools/gn/bootstrap/bootstrap.py ${makejobs} --skip-generate-buildfiles
 
 	# Use system-provided libraries.
 	# TODO: use_system_hunspell (upstream changes needed).

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: chromium: pass ${makejobs} to tools/gn/bootstrap/bootstrap.py.
  2023-05-09 20:58 [PR PATCH] chromium: pass ${makejobs} to tools/gn/bootstrap/bootstrap.py mhmdanas
  2023-05-09 21:03 ` [PR PATCH] [Updated] " mhmdanas
@ 2023-05-14 18:38 ` Johnnynator
  1 sibling, 0 replies; 3+ messages in thread
From: Johnnynator @ 2023-05-14 18:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1110 bytes --]

There's a merged pull request on the void-packages repository

chromium: pass ${makejobs} to tools/gn/bootstrap/bootstrap.py.
https://github.com/void-linux/void-packages/pull/43820

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
[ci skip]

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-05-14 18:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-09 20:58 [PR PATCH] chromium: pass ${makejobs} to tools/gn/bootstrap/bootstrap.py mhmdanas
2023-05-09 21:03 ` [PR PATCH] [Updated] " mhmdanas
2023-05-14 18:38 ` [PR PATCH] [Merged]: " Johnnynator

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).