Code Monkey home page Code Monkey logo

Comments (4)

robert-king avatar robert-king commented on July 29, 2024

@maccesch fyi as you might know who can help with this

from cargo-leptos.

maccesch avatar maccesch commented on July 29, 2024

Have you tried adding export LEPTOS_HASH_FILES=true to x.sh ?

from cargo-leptos.

robert-king avatar robert-king commented on July 29, 2024

@maccesch ah thanks, that fixed it (note, i also had to copy the hash.txt file across obviously).

export LEPTOS_HASH_FILES=true
cp ../target/release/hash.txt .

I'll make a pull request,

  1. make it a little clearer that the env variable is needed at runtime too.
  2. Add a panic if hash.txt is missing.

from cargo-leptos.

robert-king avatar robert-king commented on July 29, 2024

@maccesch one last thing i noticed is it doesn't output the hash file in the correct release folder when cross compiling

e.g. with this command

LEPTOS_HASH_FILES=true CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=x86_64-unknown-linux-gnu-gcc TARGET_CC=x86_64-unknown-linux-gnu-gcc LEPTOS_BIN_TARGET_TRIPLE=x86_64-unknown-linux-gnu cargo leptos build -r

hash.txt gets generated in
target/release/hash.txt
instead of in
target/x86_64-unknown-linux-gnu/release/hash.txt

from cargo-leptos.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.