Skip to content

Commit

Permalink
util: CI: use https instead of git
Browse files Browse the repository at this point in the history
Change-Id: I669b20ceeef7a764526c114b28bd08abb66c296a
  • Loading branch information
jensen-yan committed Dec 31, 2024
1 parent 01e30e0 commit b1601dc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gem5-ideal-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
export GEM5_HOME=$(pwd)
cd ext/dramsim3
git clone git@github.com:umd-memsys/DRAMSim3.git DRAMsim3
git clone https://github.com/umd-memsys/DRAMsim3.git DRAMsim3
cd DRAMsim3 && mkdir -p build
cd build
cmake ..
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gem5-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
export GEM5_HOME=$(pwd)
cd ext/dramsim3
git clone git@github.com:umd-memsys/DRAMSim3.git DRAMsim3
git clone https://github.com/umd-memsys/DRAMsim3.git DRAMsim3
cd DRAMsim3 && mkdir -p build
cd build
cmake ..
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/gem5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
export GEM5_HOME=$(pwd)
cd ext/dramsim3
git clone git@github.com:umd-memsys/DRAMSim3.git DRAMsim3
git clone https://github.com/umd-memsys/DRAMsim3.git DRAMsim3
cd DRAMsim3 && mkdir -p build
cd build
cmake ..
Expand All @@ -41,7 +41,7 @@ jobs:
run: |
export GEM5_HOME=$(pwd)
cd ext/dramsim3
git clone git@github.com:umd-memsys/DRAMSim3.git DRAMsim3
git clone https://github.com/umd-memsys/DRAMsim3.git DRAMsim3
cd DRAMsim3 && mkdir -p build
cd build
cmake ..
Expand All @@ -68,7 +68,7 @@ jobs:
run: |
export GEM5_HOME=$(pwd)
cd ext/dramsim3
git clone git@github.com:umd-memsys/DRAMSim3.git DRAMsim3
git clone https://github.com/umd-memsys/DRAMsim3.git DRAMsim3
cd DRAMsim3 && mkdir -p build
cd build
cmake ..
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
run: |
export GEM5_HOME=$(pwd)
cd ext/dramsim3
git clone git@github.com:umd-memsys/DRAMSim3.git DRAMsim3
git clone https://github.com/umd-memsys/DRAMsim3.git DRAMsim3
cd DRAMsim3 && mkdir -p build
cd build
cmake ..
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
run: |
export GEM5_HOME=$(pwd)
cd ext/dramsim3
git clone git@github.com:umd-memsys/DRAMSim3.git DRAMsim3
git clone https://github.com/umd-memsys/DRAMsim3.git DRAMsim3
cd DRAMsim3 && mkdir -p build
cd build
cmake ..
Expand All @@ -171,7 +171,7 @@ jobs:
run: |
export GEM5_HOME=$(pwd)
cd ext/dramsim3
git clone git@github.com:umd-memsys/DRAMSim3.git DRAMsim3
git clone https://github.com/umd-memsys/DRAMsim3.git DRAMsim3
cd DRAMsim3 && mkdir -p build
cd build
cmake ..
Expand Down

0 comments on commit b1601dc

Please sign in to comment.