Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
DOCKER_NAME ?= rust-os-camp-2022
DIR := workplace
SHELL := /bin/bash
.PHONY: docker build_docker

test: test3 test4 test5 test6 test7 test8
Expand Down Expand Up @@ -178,7 +179,7 @@ ubuntu_local_setenv:
qemu-riscv64 --version
curl https://sh.rustup.rs -sSf | sh -s -- -y
source ${HOME}/.cargo/env
rustc --version
${HOME}/.cargo/bin/rustc --version

# for github codespaces ubuntu with zsh SHELL, need root for sudo
codespaces_setenv:
Expand Down