Skip to content

Commit 95c826e

Browse files
committed
Notes: updates
1 parent d7e814a commit 95c826e

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

notes.txt

+17-2
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,15 @@ practicalswift fuzz survival test
279279

280280
Run the CI locally:
281281

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
283291
-----
284292

285293
Bench:
@@ -923,7 +931,7 @@ $ while rr/bin/rr record --chaos -o test_bitcoin_chaos src/test/test_bitcoin -l
923931

924932
Why we require brackets with conditionals over one line:
925933
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
927935
-----
928936

929937
export TMPDIR=/dev/shm
@@ -952,3 +960,10 @@ Threats to Lightning Network:
952960

953961
Guix https://gist.github.com/hebasto/7293726cbfcd0b58e1cfd5418316cee3
954962
-----
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+
-----

0 commit comments

Comments
 (0)