You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rust code should cache build artifacts by copying the target directory from ../../../$PLAYER/target, and moving the build artifacts back to ../../../$PLAYER/target after running Cargo build.
It should additionally use battlecode-engine = '../battlecode/rust/battlecode-engine' so that we don't have to worry about Crates.io.
TODO: should we cache build artifacts in docker?
The text was updated successfully, but these errors were encountered:
The rust code should cache build artifacts by copying the
target
directory from../../../$PLAYER/target
, and moving the build artifacts back to../../../$PLAYER/target
after runningCargo build
.It should additionally use
battlecode-engine = '../battlecode/rust/battlecode-engine'
so that we don't have to worry about Crates.io.TODO: should we cache build artifacts in docker?
The text was updated successfully, but these errors were encountered: