TrueBlocks / trueblocks-core

The main repository for the TrueBlocks system
https://trueblocks.io
GNU General Public License v3.0
1.05k stars 198 forks source link

migration build instructions #3660

Closed tjayrush closed 4 months ago

tjayrush commented 4 months ago

I'm going to push a weird change tonight that moves one of the examples to dev_tools.

Can you git pull --recurse-submodules and then make clean.

Do not remove go.work and do cmake ../src then make.

Does it build? I think probably not.

Then do ../scripts/make-go-work.sh

Does that work? I think probably not.

Then, remove ../go.work and re-run ../scripts/make-go-work.sh. That should work.

Then make -j 12

Then, run sdkFuzzer. Does this work?

Summary:

git pull --recurse-submodules
make clean
cmake ../src
make # fails
../scripts/make-go-work.sh # fails
rm -f ../go.work
../scripts/make-go-work.sh # should work
make -j 12
sdkFuzzer
dszlachta commented 4 months ago

It went just as you described. It didn't work first, but after removing go.work it worked.

tjayrush commented 4 months ago

Did the fuzzer run?

dszlachta commented 4 months ago

Yes it did

Dawid Szlachta On 8 May 2024, 10:57 +0200, Thomas Jay Rush @.***>, wrote:

Did the fuzzer run? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>