Fix scaladoc (deprecate FireSim CI docker cntnr)

This commit is contained in:
abejgonzalez 2023-08-04 10:42:08 -07:00
parent b5a447aca8
commit 2ee0a2bba0
2 changed files with 2 additions and 11 deletions

View File

@ -5,7 +5,8 @@ runs:
using: "composite" using: "composite"
steps: steps:
- run: | - run: |
source /etc/profile.d/conda.sh source /opt/conda/etc/profile.d/conda.sh
conda activate firesim
./build-setup.sh --skip-validate ./build-setup.sh --skip-validate
# All actions that run in a GH-hosted container source env.sh before # All actions that run in a GH-hosted container source env.sh before
# running their jobs. This ensures conda is in the runner's path, which # running their jobs. This ensures conda is in the runner's path, which

View File

@ -53,17 +53,7 @@ jobs:
needs: change-filters needs: change-filters
if: needs.change-filters.outputs.needs-scala-doc == 'true' if: needs.change-filters.outputs.needs-scala-doc == 'true'
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
container:
image: firesim/firesim-ci:v1.3
options: --entrypoint /bin/bash
env:
JAVA_HEAP_SIZE: 3500M # Default JVM maximum heap limit
steps: steps:
- run: |
sudo yum -y remove git git224 git224-core ius-release.noarch # remove any older git versions and collateral first from docker image
sudo yum -y install https://repo.ius.io/ius-release-el7.rpm # re-install for now
sudo yum -y install git236 # install working git version (must match machine-launch)
sudo yum -y install which # needed for build-setup
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: ./.github/actions/repo-setup - uses: ./.github/actions/repo-setup
- uses: ./.github/actions/build-scala-doc - uses: ./.github/actions/build-scala-doc