Skip to content

Commit

Permalink
Update gitpod config
Browse files Browse the repository at this point in the history
  • Loading branch information
axonasif committed Oct 13, 2023
1 parent 3e9e433 commit 11d6079
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ RUN target=/usr/bin/meilisearch \
-L https://github.com/meilisearch/meilisearch/releases/download/v1.1.0/meilisearch-linux-amd64 \
&& chmod +x "${target}"

RUN rustup default nightly \
&& rustup component add clippy --toolchain nightly #-2023-07-13 \
&& rustup component add rustfmt --toolchain nightly #-2023-07-13

USER gitpod
6 changes: 1 addition & 5 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ tasks:
# Fully cleanup terminal
printf "\033[3J\033c\033[3J"
# Install clippy and rustfmt
rustup component add clippy --toolchain nightly #-2023-07-13
rustup component add rustfmt --toolchain nightly #-2023-07-13
# Restore ProdBotConfig.toml
if test -n "${PROD_DISCORD_BOT_CONFIG_ENCODED:-}"; then {
base64 -d <<<"${PROD_DISCORD_BOT_CONFIG_ENCODED}" > ProdBotConfig.toml
Expand Down Expand Up @@ -62,5 +58,5 @@ tasks:
# meilisearch --no-analytics --master-key "${MEILISEARCH_API_KEY}" --env development --http-addr 0.0.0.0:7700 --db-path ./data.ms
vscode:
extensions:
- rust-lang.rust-analyzer
- https://github.com/rust-lang/rust-analyzer/releases/download/2023-10-09/rust-analyzer-linux-x64.vsix
- tamasfe.even-better-toml

0 comments on commit 11d6079

Please sign in to comment.