Skip to content

Commit

Permalink
Move insecure Node env var to global docker env (it's bugged)
Browse files Browse the repository at this point in the history
  • Loading branch information
OCopping committed Aug 1, 2024
1 parent 23e444b commit af21041
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci-scripts-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,10 @@ jobs:
LIBEVENT_TAG: ${{ matrix.libevent }}
EXTRA: ${{ matrix.extra }}
VV: "1"
# The Node version was updated to Node20 in 'checkout', which breaks stuff
# This allows the use of the "insecure" Node16
# THIS IS VERY MUCH A TEMPORARY FIX
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -270,11 +274,6 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
env:
# For some reason the Node version was updated to Node20, which breaks stuff
# This allows the use of the "insecure" Node20
# THIS IS VERY MUCH A TEMPORARY FIX
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
- name: Automatic core dumper analysis
uses: mdavidsaver/ci-core-dumper@master
if: matrix.image!='centos:7'
Expand Down

0 comments on commit af21041

Please sign in to comment.