You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 18, 2020. It is now read-only.
Merge branch 'release/2.0.0-master-pr-resolve-conflicts' into master-release-merge
* release/2.0.0-master-pr-resolve-conflicts: (1333 commits)
[DEVOPS-1112] Bump staging applicationVersion 17 → 18
Add entry for CBR-495 & CBR-496 to 2.0.0 CHANGELOG
[CBR-495] Make UndisputableLookupFailed lenient, since we may end up with no Txs-Accounts relations in SQlite
Add missing entries for RCD-44 to RCD-47
[CBR-496] Fix --rebuild-db not rebuilding sqlite
[DEVOPS-1112] Add more ChangeLog entries
Clean up transaction metadata after deleting an account or wallet
bump last known block version for staging
[DEVOPS-1112] configuration.yaml: staging applicationVersion 16 -> 17
Revert "applicationVersion | staging: 17 <- 16"
Revert "configuration | staging: factor a little"
[DEVOPS-1172] Regenerate pkgs/default.nix and stylish haskell
[DEVOPS-1172] faucet: Use OptimizeForHighThroughput grouping policy
RCD-43: Clear failure on win update
applicationVersion | testnet: 4 <- 3
applicationVersion | staging: 17 <- 16
configuration | staging: factor a little
cleanup tmp on every buildkite windows build
[RCD-52] launcher: -Wno-type-defaults locally
[RCD-52] launcher | windows: fix CPP
...
7z x Z:\Downloads\rocksdb-325427fc709183c8fdf777ad5ea09f8d92bf8585.zip
50
91
51
92
# CSL-1509: After moving the 'cardano-sl' project itself into a separate folder ('lib/'), the 'cardano-text.exe' executable fails on AppVeyor CI.
52
93
# After some investigation, it was discovered that this was because 'rocksdb.dll' has to be located in this folder as well, or else the test executable doesn't work.
# Make stack use a pached system-ghc. This will allow us to work around the command
108
+
# line argument limit on windows by having GHC copy all libraries into a common folder
109
+
# prior to linking; and thus reduces the number library search patch flags passed on the
110
+
# command line.
111
+
#
112
+
# WARNING: if you bump the LTS, make sure you have the right (patched) GHC version in path!
59
113
stack.exe config --system-ghc set system-ghc --global true
60
-
# stack.exe config --system-ghc set programs c:\s\programs --global true
114
+
61
115
stack.exe path
62
116
stack.exe exec -- ghc-pkg recache
63
117
stack.exe--verbosity warn setup --no-reinstall
118
+
64
119
# Install happy separately: https://github.com/commercialhaskell/stack/issues/3151#issuecomment-310642487. Also install cpphs because it's a build-tool and Stack can't figure out by itself that it should be installed
0 commit comments