Compare commits

..

No commits in common. "b06968dca843abecfe27d7e591fa3ae869f426b1" and "fc111b7606de10e88165088011fd084460f2e111" have entirely different histories.

2 changed files with 0 additions and 13 deletions

View File

@ -1,12 +0,0 @@
# For building limbo nightlies, including limbo-gui.
FROM docker.io/library/fedora:latest
RUN sudo dnf update -y && \
sudo dnf install -y nodejs yarnpkg \
openssl-devel curl \
just gcc openssh-clients
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
RUN /bin/bash -c "source $HOME/.cargo/env && rustup update"
RUN /bin/bash -c "source $HOME/.cargo/env && rustup toolchain install nightly"
RUN /bin/bash -c "source $HOME/.cargo/env && rustup default nightly"
RUN /bin/bash -c "source $HOME/.cargo/env && cargo install wasm-pack"

View File

@ -18,7 +18,6 @@ spec:
ssh-keyscan -H -p 2222 git.jpace121.net >> ~/.ssh/known_hosts
# Use just to run the ci steps.
source ~/.cargo/env
export CARGO_NET_GIT_FETCH_WITH_CLI=true
cd $(workspaces.source.path)
just ci-build
just ci-test