Skip to content

Commit

Permalink
Add clarifying comments, and update Global Constants
Browse files Browse the repository at this point in the history
  • Loading branch information
jaisnan committed Jul 30, 2024
1 parent 9ed81c4 commit dd11ad5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 2 additions & 0 deletions scripts/pull_from_upstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ git subtree split --prefix=library --onto subtree/library -b subtree/library
git fetch origin
git checkout -b ${SYNC_BRANCH} origin/main
git subtree merge --prefix=library subtree/library --squash

# TODO: Update origin/subtree/library as well after the process by pushing to it
12 changes: 7 additions & 5 deletions scripts/run_update_with_checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ set -eux

BASE_HOME_DIR="$(pwd)"

# Set variables
REPO_OWNER="jaisnan"
REPO_NAME="rust-dev"
BRANCH_NAME="features/verifuy-07-21"
# Set variables for verify-rust-std
# NOTE: This process assumes that verify-rust-std is updated automatically
# and independently
REPO_OWNER="model-checking"
REPO_NAME="kani"
BRANCH_NAME="features/verify-rust-std"
TOOLCHAIN_FILE="rust-toolchain.toml"

# Set base
# Set base as verify-rust-std's origin/main branch
BASE_REPO="https://github.com/model-checking/verify-rust-std.git"

# Create a temporary directory
Expand Down

0 comments on commit dd11ad5

Please sign in to comment.