Skip to content

Commit

Permalink
assume yes for all yum questions
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeOpenHWGroup authored Oct 11, 2023
1 parent 4f1db65 commit a544267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ phases:
- chown -R florian:florian .
# - su florian -c "source /synopsys/scripts/env.sh; echo $PATH"
# VCS environment
- yum install gcc gcc-c++ make
- yum -y install gcc gcc-c++ make
- export VCS_HOME=/synopsys/vcs/S-2021.09-SP1
- export PATH=$VCS_HOME/bin:$PATH
- vcs -id
Expand Down

0 comments on commit a544267

Please sign in to comment.