Skip to content

Commit

Permalink
Add todo for issuing a PR
Browse files Browse the repository at this point in the history
  • Loading branch information
jaisnan committed Jul 30, 2024
1 parent 75ba757 commit eb69aa7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/check_kani.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ echo

# Clean up the Kani directory (optional)
rm -rf "$KANI_DIR"
rm -rf "$VERIFY_RUST_STD_DIR"
# rm -rf "$VERIFY_RUST_STD_DIR"
5 changes: 3 additions & 2 deletions scripts/run_update_with_checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ set -eux

BASE_HOME_DIR="$(pwd)"

# TODO: Remove all relative paths, with that blob that gets the scripts dir

# Set variables
REPO_OWNER="jaisnan"
REPO_NAME="rust-dev"
Expand Down Expand Up @@ -178,5 +176,8 @@ else
echo "script4.sh completed successfully."
fi

# TODO: Issue a Pull Request from the sync branch of the temp repo
# cd $TEMP_HOME_DIR

# Remove the temporary directory
# rm -rf "$TEMP_DIR"

0 comments on commit eb69aa7

Please sign in to comment.