Seagate / halon

High availability solution
Apache License 2.0
1 stars 0 forks source link

scripts/h0: Mero sources/libraries are not always needed #1448

Closed 1468ca0b-2a64-4fb4-8e52-ea5806644b4c closed 6 years ago

1468ca0b-2a64-4fb4-8e52-ea5806644b4c commented 6 years ago

Created by: vvv

E.g., h0 setup should work even if there is no Mero sources available.

1468ca0b-2a64-4fb4-8e52-ea5806644b4c commented 6 years ago

Created by: vvv

h0 setup is equivalent to (cd $H0_SRC_DIR && stack setup).

More illustrative use case is h0 help. It's not helpful enough for this command to fail when there is no Mero at hand.

1468ca0b-2a64-4fb4-8e52-ea5806644b4c commented 6 years ago

Created by: chumakd

@andriytk when building Halon rpms Mero sources aren't needed, but ghc must be installed somehow still

1468ca0b-2a64-4fb4-8e52-ea5806644b4c commented 6 years ago

Created by: andriytk

What's the point to run h0 setup without mero sources?