This is an automated email from the git hooks/post-receive script.
boklm pushed a change to branch master in repository builders/tor-browser-build.
from 956803c Bug 40542: Move var/rezip from rbm.conf to projects/firefox/config new 71bb554 Bug: 40542: Remove unused faketime_patch for Windows new cf3ebd9 Bug 40542: Remove not needed faketime wrapper for macOS
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
Summary of changes: projects/go/build | 7 +------ projects/go/config | 2 -- rbm.conf | 2 -- 3 files changed, 1 insertion(+), 10 deletions(-)
This is an automated email from the git hooks/post-receive script.
boklm pushed a commit to branch master in repository builders/tor-browser-build.
commit 71bb5543e9db2d8b44a2a0104ab36be2369ddc05 Author: Georg Koppen gk@torproject.org AuthorDate: Wed Jun 29 19:32:46 2022 +0000
Bug: 40542: Remove unused faketime_patch for Windows --- rbm.conf | 1 - 1 file changed, 1 deletion(-)
diff --git a/rbm.conf b/rbm.conf index 0cba45b..6d0b370 100644 --- a/rbm.conf +++ b/rbm.conf @@ -431,7 +431,6 @@ targets: LDFLAGS: '-Wl,--dynamicbase -Wl,--nxcompat -Wl,--enable-reloc-section -Wl,--no-insert-timestamp -lssp -L$gcclibs [% c("var/flag_HEASLR") %] [% c("var/flag_noSEH") %] [% c("var/flag_mwindows") %]' flag_mwindows: '-mwindows' compiler: mingw-w64 - faketime_path: /usr/lib/x86_64-linux-gnu/faketime/libfaketime.so.1 deps: - build-essential - python3
This is an automated email from the git hooks/post-receive script.
boklm pushed a commit to branch master in repository builders/tor-browser-build.
commit cf3ebd99c40b7263e0385e78505a6ae7b01922bd Author: Georg Koppen gk@torproject.org AuthorDate: Wed Jun 29 19:35:14 2022 +0000
Bug 40542: Remove not needed faketime wrapper for macOS --- projects/go/build | 7 +------ projects/go/config | 2 -- rbm.conf | 1 - 3 files changed, 1 insertion(+), 9 deletions(-)
diff --git a/projects/go/build b/projects/go/build index b5162e6..9da7cf2 100644 --- a/projects/go/build +++ b/projects/go/build @@ -51,12 +51,7 @@ cd /var/tmp/dist/go/src echo "#!/bin/sh" > "$CC_FOR_TARGET" echo "exec $CC $CFLAGS $LDFLAGS "$@"" >> "$CC_FOR_TARGET" chmod +x "$CC_FOR_TARGET" - # faketime is needed because clang 3.9.1 on Darwin embeds the timestamps of - # certain intermediate object files (including those that arise here while - # compiling the Go runtime itself). Without this, variable timestamps would - # end up in snowflake-client. - # https://github.com/golang/go/issues/9206#issuecomment-310476743 - CGO_ENABLED=1 CC_FOR_TARGET="$CC_FOR_TARGET" CC= CFLAGS= LDFLAGS= [% c("var/faketime") %] ./make.bash + CGO_ENABLED=1 CC_FOR_TARGET="$CC_FOR_TARGET" CC= CFLAGS= LDFLAGS= ./make.bash [% ELSIF c("var/windows") -%] # Create a cc-for-target script that closes over CC, CFLAGS, and LDFLAGS. # Go's CC_FOR_TARGET only allows a command name, not a command with arguments. diff --git a/projects/go/config b/projects/go/config index ad53be9..a043bda 100644 --- a/projects/go/config +++ b/projects/go/config @@ -84,8 +84,6 @@ targets: var: GOOS: darwin GOARCH: amd64 - arch_deps: - - faketime linux: var: GOOS: linux diff --git a/rbm.conf b/rbm.conf index 6d0b370..c2191ff 100644 --- a/rbm.conf +++ b/rbm.conf @@ -97,7 +97,6 @@ var: # disable network in the build scripts build: 1
- faketime: "faketime -f "[% USE date; GET date.format(c('timestamp'), format = '%Y-%m-%d %H:%M:%S') %]"" touch: "[% USE date %]touch -m -t [% date.format(c('timestamp'), format = '%Y%m%d%H%M') %]"
locale_ja: ja
tor-commits@lists.torproject.org