diff options
| author | mo khan <mo.khan@gmail.com> | 2020-06-22 22:24:08 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-06-22 22:24:08 -0600 |
| commit | 9f29562fe97ab6a9d305c7363d1e18d2721f5051 (patch) | |
| tree | 61b61510342da53b9481b6531064972699329289 | |
| parent | ad52b989d3d3a50232b0ea7f75eba250d75ee04b (diff) | |
Remove rpm job temporarily
| -rw-r--r-- | .github/workflows/omnibus.yml | 32 | ||||
| -rw-r--r-- | config/software/spandx.rb | 2 |
2 files changed, 17 insertions, 17 deletions
diff --git a/.github/workflows/omnibus.yml b/.github/workflows/omnibus.yml index 716f1f2..3c689c6 100644 --- a/.github/workflows/omnibus.yml +++ b/.github/workflows/omnibus.yml @@ -16,19 +16,19 @@ jobs: run: ./bin/setup - name: build run: bundle exec omnibus build spandx - rpm: - container: - image: fedora:latest - name: build - steps: - - uses: actions/checkout@v2 - with: - lfs: true - submodules: recursive - - uses: actions/setup-ruby@v1 - with: - ruby-version: 2.6 - - name: setup - run: ./bin/setup - - name: build - run: bundle exec omnibus build spandx + #rpm: + #container: + #image: fedora:latest + #name: build + #steps: + #- uses: actions/checkout@v2 + #with: + #lfs: true + #submodules: recursive + #- uses: actions/setup-ruby@v1 + #with: + #ruby-version: 2.6 + #- name: setup + #run: ./bin/setup + #- name: build + #run: bundle exec omnibus build spandx diff --git a/config/software/spandx.rb b/config/software/spandx.rb index 009d4ad..4de422e 100644 --- a/config/software/spandx.rb +++ b/config/software/spandx.rb @@ -12,6 +12,6 @@ dependency "rubygems" build do block do - gem "install spandx -n #{install_dir}/bin --no-document -v #{version}" + gem "install spandx --bindir #{install_dir}/bin --no-document -v #{version}" end end |
