Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wake: publish location of the ivydependencies.json #2540

Merged
merged 3 commits into from
Jun 26, 2020
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions build.wake
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

global def rocketChipRoot = here
publish ivyDepLocations = rocketChipRoot, Nil

global def hardfloatScalaModule =
makeScalaModuleFromJSON here "hardfloat"
Expand Down
6 changes: 3 additions & 3 deletions ci-tests/wake_scala_compilation
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ set -ex

echo "Installing Wake"

wget https://github.com/sifive/wake/releases/download/v0.15.1/ubuntu-16.04-wake_0.15.1-1_amd64.deb
sudo dpkg -i ubuntu-16.04-wake_0.15.1-1_amd64.deb
wget https://github.com/sifive/wake/releases/download/v0.17.2/ubuntu-16-04-wake_0.17.2-1_amd64.deb
sudo dpkg -i ubuntu-16-04-wake_0.17.2-1_amd64.deb


echo "Installing Protobuf"
Expand Down Expand Up @@ -34,5 +34,5 @@ echo "Compile Scala"

export WAKE_PATH=$PATH
wake --init .
wake --no-tty -j1 -dv 'compileScalaModule rocketchipScalaModule | getPathResult'
wake --no-tty -p1 -dv 'compileScalaModule rocketchipScalaModule | getPathResult'
cd ..
5 changes: 5 additions & 0 deletions wit-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,10 @@
"commit": "d619ca850846d2ec36da64bf8a28e7d9a3d9ed1b",
"name": "api-config-chipsalliance",
"source": "git@github.com:chipsalliance/api-config-chipsalliance.git"
},
{
"commit": "771f11581b86079bf3411f85ce77495e7444c08e",
"name": "api-scala-sifive",
"source": "git@github.com:sifive/api-scala-sifive.git"
}
]