Skip to content

Commit

Permalink
Update channel tag, add locale and nss-certs for build phase, disable…
Browse files Browse the repository at this point in the history
…d cs loader completely for now.
  • Loading branch information
viferga committed Oct 7, 2021
1 parent c23e02b commit c3c2a5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion channels/channels.scm
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
(name 'guix)
(url "https://git.savannah.gnu.org/git/guix.git")
(branch "master")
(commit "a0178d34f582b50e9bdbb0403943129ae5b560ff")) ; v1.3.0
(commit "1327ec822fa6dd396e979efd8d4e1f7479f1d5b3")) ; Thu Oct 7 09:50:26 2021 +0200
)
1 change: 1 addition & 0 deletions scripts/deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export GUILE_WARN_DEPRECATED='detailed'
&& `# Fix nonguix version` git checkout bdad9592bb425647b5535a9758f27127f586bc28 \
&& apk del git-deps \
`# Build` && guix build --fallback \
glibc-utf8-locales nss-certs \
`# dotnet codeanalysis-csharp codeanalysis-common codeanalysis-analyzers` \
cherow typescript libnode-lts \
-L /metacall/nonguix -L /metacall/source \
Expand Down
2 changes: 1 addition & 1 deletion source/metacall.scm
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ for any host, on any OS. TypeScript compiles to readable, standards-based JavaSc
"-DOPTION_BUILD_LOADERS_FILE=ON"
"-DOPTION_BUILD_LOADERS_NODE=ON"
"-DOPTION_BUILD_LOADERS_TS=ON"
"-DOPTION_BUILD_LOADERS_CS=ON"
"-DOPTION_BUILD_LOADERS_CS=OFF" ; TODO: ON
"-DOPTION_BUILD_LOADERS_JS=OFF" ; TODO: Implement V8 Loader
"-DOPTION_BUILD_LOADERS_COB=ON"
"-DOPTION_BUILD_LOADERS_RPC=ON"
Expand Down

0 comments on commit c3c2a5f

Please sign in to comment.