commit 0c15ae41035b12c391749230d981383e489c5192 Author: Georg Koppen gk@torproject.org Date: Fri Aug 24 08:11:05 2018 +0000
Correct snowflake related comment --- rbm.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/rbm.conf b/rbm.conf index fe09b2d..f8a2ad5 100644 --- a/rbm.conf +++ b/rbm.conf @@ -171,7 +171,8 @@ targets: var: linux: 1 compiler: gcc - # We only build snowflake for linux on the alpha and nightly channels for now. + # We only build snowflake for linux and macOS on the alpha and nightly + # channels for now. snowflake: '[% c("var/alpha") || c("var/nightly") %]' fteproxy: 1 selfrando: '[% c("var/linux-x86_64") && ! c("var/release") %]' @@ -255,7 +256,8 @@ targets: FLAGS: "-target x86_64-apple-darwin11 -B $cctoolsdir -isysroot $sysrootdir" LDFLAGS: "-Wl,-syslibroot,$sysrootdir -Wl,-dead_strip -Wl,-pie" locale_ja: ja-JP-mac - # We only build snowflake for linux on the alpha and nightly channels for now. + # We only build snowflake for linux and macOS on the alpha and nightly + # channels for now. snowflake: '[% c("var/alpha") || c("var/nightly") %]' deps: - build-essential