Loading rbm.conf +4 −2 Original line number Diff line number Diff line Loading @@ -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") %]' Loading Loading @@ -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 Loading Loading
rbm.conf +4 −2 Original line number Diff line number Diff line Loading @@ -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") %]' Loading Loading @@ -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 Loading