mirror of
https://github.com/Start9Labs/registry.git
synced 2026-03-26 02:11:53 +00:00
add cabal build for current fix for m1 devices
This commit is contained in:
4
Makefile
4
Makefile
@@ -2,3 +2,7 @@ all:
|
|||||||
stack build --local-bin-path dist --copy-bins
|
stack build --local-bin-path dist --copy-bins
|
||||||
profile:
|
profile:
|
||||||
stack build --local-bin-path dist --copy-bins --profile
|
stack build --local-bin-path dist --copy-bins --profile
|
||||||
|
cabal:
|
||||||
|
cabal build
|
||||||
|
# this step is specific for m1 devices ie. aarch64-osx
|
||||||
|
sudo cp dist-newstyle/build/aarch64-osx/ghc-9.2.5/start9-registry-0.2.1/x/embassy-publish/build/embassy-publish/embassy-publish /usr/local/bin/
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
#
|
#
|
||||||
# resolver: ./custom-snapshot.yaml
|
# resolver: ./custom-snapshot.yaml
|
||||||
# resolver: https://example.com/snapshots/2018-01-01.yaml
|
# resolver: https://example.com/snapshots/2018-01-01.yaml
|
||||||
resolver: nightly-2022-10-27
|
resolver: nightly-2022-11-08
|
||||||
|
|
||||||
# User packages to be built.
|
# User packages to be built.
|
||||||
# Various formats can be used as shown in the example below.
|
# Various formats can be used as shown in the example below.
|
||||||
|
|||||||
Reference in New Issue
Block a user