Skip to content

Commit

Permalink
Add ovirt-engine-sdk gem config params
Browse files Browse the repository at this point in the history
  • Loading branch information
saenom committed Jul 20, 2023
1 parent 6547200 commit e4b8306
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .bundle/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
BUNDLE_BUILD__OVIRT___ENGINE___SDK: "--with-cflags=-Drb_cData=rb_cObject"
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ jobs:
npm install -g yarn
curl -v -L -o cf-cli_amd64.deb 'https://cli.run.pivotal.io/stable?release=debian64&source=github'
sudo dpkg -i cf-cli_amd64.deb
bundle config build.ovirt-engine-sdk --with-cflags=-Drb_cData=rb_cObject
cf -v
cf add-plugin-repo CF-Community https://plugins.cloudfoundry.org
cf install-plugin blue-green-deploy -r CF-Community -f
Expand Down Expand Up @@ -143,7 +142,6 @@ jobs:
run: |
curl -v -L -o cf-cli_amd64.deb 'https://cli.run.pivotal.io/stable?release=debian64&source=github'
sudo dpkg -i cf-cli_amd64.deb
bundle config build.ovirt-engine-sdk --with-cflags=-Drb_cData=rb_cObject
cf -v
cf add-plugin-repo CF-Community https://plugins.cloudfoundry.org
cf install-plugin blue-green-deploy -r CF-Community -f
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
- run: bundle config build.ovirt-engine-sdk --with-cflags=-Drb_cData=rb_cObject
- uses: actions/setup-node@v2-beta
with:
node-version: "16"
Expand All @@ -35,7 +36,6 @@ jobs:
run: |
curl -v -L -o cf-cli_amd64.deb 'https://cli.run.pivotal.io/stable?release=debian64&source=github'
sudo dpkg -i cf-cli_amd64.deb
bundle config build.ovirt-engine-sdk --with-cflags=-Drb_cData=rb_cObject
cf -v
cf add-plugin-repo CF-Community https://plugins.cloudfoundry.org
cf install-plugin blue-green-deploy -r CF-Community -f
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
run: |
curl -v -L -o cf-cli_amd64.deb 'https://cli.run.pivotal.io/stable?release=debian64&source=github'
sudo dpkg -i cf-cli_amd64.deb
bundle config build.ovirt-engine-sdk --with-cflags=-Drb_cData=rb_cObject
cf -v
cf add-plugin-repo CF-Community https://plugins.cloudfoundry.org
cf install-plugin blue-green-deploy -r CF-Community -f
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.DS_Store
.bundle
.bundle/*
!.bundle/config
/log/*.log
/log/*.pid
/tmp/*
Expand Down

0 comments on commit e4b8306

Please sign in to comment.