File tree 1 file changed +17
-2
lines changed
1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -279,7 +279,15 @@ practicalswift fuzz survival test
279
279
280
280
Run the CI locally:
281
281
282
- FILE_ENV="./ci/test/00_setup_env_win64.sh" ./ci/test_run_all.sh
282
+ MAKEJOBS="-j5" FILE_ENV="./ci/test/00_setup_env_win64.sh" ./ci/test_run_all.sh
283
+
284
+ 32-bit depends build:
285
+
286
+ CONFIG_SITE="$PWD/depends/i686-pc-linux-gnu/share/config.site" ./configure CC="clang -m32" CXX="clang++ -m32"
287
+ make V=1
288
+
289
+ CONFIG_SITE="$PWD/depends/i686-pc-linux-gnu/share/config.site" ./configure --enable-suppress-external-warnings
290
+ make -j9 > /dev/null
283
291
-----
284
292
285
293
Bench:
@@ -923,7 +931,7 @@ $ while rr/bin/rr record --chaos -o test_bitcoin_chaos src/test/test_bitcoin -l
923
931
924
932
Why we require brackets with conditionals over one line:
925
933
CVE-2014-1266: the Apple "goto fail" vulnerability
926
- https://dwheeler.com/essays/apple-goto-fail.html
934
+ https://dwheeler.com/essays/apple-goto-fail
927
935
-----
928
936
929
937
export TMPDIR=/dev/shm
@@ -952,3 +960,10 @@ Threats to Lightning Network:
952
960
953
961
Guix https://gist.github.com/hebasto/7293726cbfcd0b58e1cfd5418316cee3
954
962
-----
963
+
964
+ key server https://keys.openpgp.org/search?q=jon%40atack.com
965
+ -----
966
+
967
+ constexpr vs macros (#define)
968
+ https://stackoverflow.com/questions/42388077/constexpr-vs-macros/42388687
969
+ -----
You can’t perform that action at this time.
0 commit comments